Computer Science, asked by vamsidharreddy984, 15 hours ago

A linear collection of data elements where the linear node is given by means of a reference is called​

Answers

Answered by srishanth30
7

Linked list

Explanation:

A linear collection of data elements where the linear node is given by means of pointer is called is A linked list.

PLEASE MARK ME AS A BRAINLIST AND FOLLOW ME PLEASE

Answered by sunitarakeshmishra55
1

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