facebook like button

16 June, 2011

Data structures in C

You people have seen varius types of structure and derrived data types. You are also familiar to file handling, pointers and arrays. All these things are clearly visible in the source code of the program. There are certain more concepts which are called popular data-structures which are:
1. linked lists
2. queues
3. The stack
4. trees

   Now dont worry about these things. Just read its once and proceed. Concept of linked list has been explained in the next post.Queues, stack, and trees are just three different implementations of linked lists. Those will be explained later in subsequent posts. Just wait for it.

No comments:

Post a Comment

feel free to ask your doubts... if any
you can post your doubts on
www.facebook.com/programsimply