Explain Doubly Link…
 
Notifications
Clear all

Explain Doubly Linked Lists?

1 Posts
2 Users
0 Likes
315 Views
0
Topic starter

Explain Doubly Linked Lists?

1 Answer
0

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 three fields: two link fields (references to the previous and to the next node in the sequence of nodes) and one data field.

Share: