DS Unit2 Answers of QB
DS Unit2 Answers of QB
DS Unit2 Answers of QB
Ans.The two-way linked list is also known as doubly linked list. In two- way linked
list or
doubly linked list, each node is divided into three parts Pre, Info, Next. The
structure of a
node used in two-way linked list is as shown below
Pre part contains the address of preceding nodedoubly linked list is a data
structure in computer science that consists of a collection of nodes. Each node
contains three parts: