Computer Science, asked by Anju2549, 1 year ago

Execute method to execute array linked list

Answers

Answered by singhmahesh140
0
hello friend here is your answer.
★________★__________★__________★
One disadvantage of a linked list against an array is that it does not allow direct access to the individual elements. ... The list is restored to its initial state before each line executes.
Answered by sairam1919
0

\LARGE{\underline{\underline{\bf{AnsweR \:  : -}}}}

  • Each element (we will call it a node) of a list is comprising of two items - the data and a reference to the next node. The last node has a reference to null. The entry point into a linked list is called the headof the list. It should be noted that head is not a separate node, but the reference to the first node.
Similar questions