Vidyalelo
Data Structure · Q130

Introduction to Data Structures

Programming · Data Structure · question 130

Q130

Which of the following points is/are not true about Linked List data structure when it is compared with an array?

A.
Arrays have better cache locality that can make them better in terms of performance
B.
It is easy to insert and delete elements in Linked List
C.
Random access is not allowed in a typical implementation of Linked Lists
D.
Access of elements in linked list takes less time than compared to arrays
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board