Linked lists are not suitable data structures of which one of the following…
2024
Linked lists are not suitable data structures of which one of the following problems ?
- A.
Insertion sort
- B.
Binary search
- C.
Radix sort
- D.
Polynomial manipulation
Attempted by 64 students.
Show answer & explanation
Correct answer: B
Linked lists are not suitable for binary search because they do not support efficient random access to elements, which is required to calculate midpoints.