Wednesday, December 15, 2010

link list

link list- A link list is either empty (null) or a reference to a node having a reference to a linked list. A node an abstract entity that might hold any kind of data in addition to the node reference that characterizes its role in building linked lists.

No comments:

Post a Comment