Friday 12 April 2013

Link List In C(Doubly)


Doubly-linked list(DLL) is a sophisticated kind of linked list. In Doubly Link
List, each node has two links:
one points to previous node and one points to next node. The previous link of
first node in the list points to a Null and the next link of last node
points to Null.

Now Here is the link to download the doubly link list.
You can download and learn how a doubly link list works.

DOWNLOAD

No comments:

Post a Comment