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
Which of the following points is/are not true about Linked List data structure when it is compared with an array?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following points is/are not true about Linked List data structure when it is compared with an array?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!