Tuesday 28 February 2012

Linked Lists

*A linked list is a series of connected nodes
*Each node contains at least
*A piece of data (any type)
*Pointer to the next node in the list
*Head: pointer to the first node
*The last node points to NULL

No comments:

Post a Comment

IE7 Issues Text Indent

                 Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...