Tuesday, November 23, 2010

Linked List

 

linked-list

Linked lists are simple enough that with a little practice you can write a relatively complete implementation in less than 10 minutes on half a sheet of paper , leaving plenty of time to answer the question. There are many linked lists . They are

* singly linked list

*doubly linked list

*circularly linked list

for more about linked list basics , see the below link

http://www.4shared.com/document/6diyB9Pq/LinkedListBasics.html

for more about linked list problems , see the below link

http://www.4shared.com/document/LJOzvvkp/LinkedListProblems.html

No comments:

Post a Comment