Computer Science, asked by gauravanarase12345, 1 month ago

what is linked list??​

Answers

Answered by tasnim3447
3

Answer:

linked list is a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence.

Answered by yogeshdayma9820
0

Explanation:

In computer science, a linked list is a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence.

Similar questions