Computer Science, asked by tabrejahmad6547, 1 year ago

A link list is a linear data structure where as each element is a separate object

Answers

Answered by aadish007
0
A linked list is a linear data structure where each element is a separate object. Each element (we will call it a node) of a list is comprising of two items - the data and a reference to the next node. ... The number of nodes in a list is not fixed and can grow and shrink on demand.
Similar questions