Math, asked by Maryam550, 1 year ago

Explain structure of linkedlist in data structure

Answers

Answered by kamaladity2007ovt27d
0
Linked list. In computer science, a linked list is a linear collection of data elements, in which linear order is not given by their physical placement in memory. Each pointing to the next node by means of a pointer. It is a data structure consisting of a group of nodes which together represent a sequence
Answered by Agamsain
5

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.

Please Please Mark My Answer As Brainliest Answer.

And Also Follow Me...✔️✔️

Thx.... ❤❤❤❤❤

Similar questions