Computer Science, asked by piyush9096451155, 3 months ago

What is linked list in data structures? ​

Answers

Answered by sonimilin2014
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:

plz... Mark me as brainiest and drop some thanks

Similar questions