4. What is linked list? Explain it with suitable example.
Answers
Answered by
2
Answer:
A linked list is a dynamic data structure where each element (called a node) is made up of two items: the data and a reference (or pointer), which points to the next node. A linked list is a collection of nodes where each node is connected to the next node through a pointer.
Answered by
4
a linear collection of data elements whose order is not given by their physical placement in memory is called linked list.
Similar questions