- In Doubly Linked List , each node contain two address fields .
- One address field for storing address of next node to be followed and second address field contain address of previous node linked to it.
- So Two way access is possible i.e We can start accessing nodes from start as well as from last .
- Like Singly Linked List also only Linear but Bidirectional Sequential movement is possible.
- Elements are accessed sequentially , no direct access is allowed.
0 Comments:
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email