Sunday, July 11, 2010

How can you differentiate a linked-list from a binary tree structure?

topic is all about linked list. :D

How can you differentiate a linked-list from a binary tree structure?
A binary tree will have a left and a right link. A link list will have a forward link and depending on whether it is doubly linked a back pointer.


No comments:

Post a Comment