Saturday 6 July 2013

What is Doubly Linked List - peak concepts

A more sophisticated kind of linked list is a doubly-linked list or a two-way linked list. In a doubly linked list, each node has two links: one pointing to the previous node and one pointing to the next node.

0 comments:

Post a Comment