Double linked list

What is meant by the double linked list?

E

Expert

Verified

a) It refers to the collection of data elements known as nodes, in which each node is divided into three parts

b) There is an info field which stores the information.

c) Left field, which contain pointer to the node on the left side.

d) Right field, which is having the pointer to node on the right side.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.