Computer Science, asked by chitranshkumawat8, 6 hours ago

Which type of list is generally used to display random items which never require to place in a sequential manner? Disclaimer - it's a computer subject and answer in one word.​

Answers

Answered by manish6205318833
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. In its most basic form, each node contains: data, and a reference (in other words, a link) to the next node in the sequence. This structure allows for efficient insertion or removal of elements from any position in the sequence during iteration. More complex variants add additional links, allowing more efficient insertion or removal of nodes at arbitrary positions. A drawback of linked lists is that access time is linear (and difficult to pipeline). Faster access, such as random access, is not feasible. Arrays have better cache locality compared to linked lists.

Answered by zainabdhorajiwala7
0
(e) Mount Abu is in Madhya Pradesh. ( this is the wrong answer , the person that gave the answer 1st is the answer answer , please write that )
Similar questions