Computer Science, asked by rayhan153345, 3 months ago

Which one is true about Linked List data structure when it is compared with array.

Answers

Answered by eshanmanoj23oct
0

Answer:

Explanation:

To access an element in a linked list, we need to traverse every element until we reach the desired element. This will take more time than arrays as arrays provide random access to its elements.

please mark me as brainliest

Similar questions