Which of the following is NOT an advantage of using an array over a singly linked list?
Faster random access
Better cache locality
More efficient memory usage
Easier insertion and deletion in the middle

Data Structures and Algorithms Exercises are loading ...