1.

Which one is true about Linked List data structure when it is compared with array. a. Random access is not allowed in a typical implementation of Linked Lists b. The size of array has to be pre-decided, linked lists can change their size any time. c. Arrays have better cache locality that can make them better in terms of performance. d. It is easy to insert and delete elements in Linked List. e. None this are options

Answer» EASY to INSERT and DELETE elements in linked list


Discussion

No Comment Found