Linked list

Explain about linked list?

E

Expert

Verified

A linked list refers to the linear collection of the data elements, which are termed as nodes, in which the linear order is given by the pointers. Each node consists of two parts, where first part consists of the information of element and second part comprises of the address of the next node within the list.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.