InterviewSolution
Saved Bookmarks
| 1. |
Linked lists are not suitable for the implementation of ___________(a) Insertion sort(b) Radix sort(c) Polynomial manipulation(d) Binary searchI want to ask this question from Singly Linked List Operations topic in section Abstract Data Types of Data Structures & Algorithms II had been asked this question in final exam. |
|
Answer» CORRECT choice is (d) Binary search Best explanation: It cannot be implemented USING linked LISTS. |
|