What is doubly linked list ?

Posted by Crniranjanraj under Others on 10/5/2015 | Points: 10 | Views : 1788 | Status : [Member] | Replies : 1
What is doubly linked list ?Program with explanation in Java




Responses

Posted by: Rajnilari2015 on: 10/12/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
In computer science, a doubly linked list is a linked data structure that consists of a set of sequentially linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the sequence of nodes.

Program:

http://java2novice.com/data-structures-in-java/linked-list/doubly-linked-list/

--
Thanks & Regards,
RNA Team

Crniranjanraj, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response