Computer Science, asked by nishanthjack3, 1 year ago

define duble link list

Answers

Answered by MrTSR
1
\underline\mathtt\red{DOUBLY \: LINKED \: LIST:}

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.
Similar questions