Computer Science, asked by suvam72, 9 months ago

what is
linked list​

Answers

Answered by Anonymous
4

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.

hope it helps you ❤️☺️

Answered by harshithchinnup7iv1c
0

Explanation:

linked list

nounCOMPUTING

an ordered set of data elements, each containing a link to its successor (and sometimes its predecessor).

Similar questions