Computer Science, asked by rs3459157, 3 days ago

this type of list generally used to display random items which never require to place in a sequntial manner​

Answers

Answered by kingslint
0

Answer:

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.

Explanation:

Answered by Anonymous
19

Answer:

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