Monday, December 12, 2011

Reflection

I learned many things in data structure..
I learned about linked list,arrays,stacks,and arrays...
And I learned also how to determine the memory of the storage and how to delete and insert number of memory.
I learned also how to construct the memory or read the memory, like what is the difference from double linked list and singly linked list. 

I hope to learn more about this subject...

Applications

Stack of  Plates - An example of Stacks because you must get first the plates at the top before you can get the plates at the bottom.

Bowling Rack - An example of Queue because normally you get the first ball before he next, first in first out.