InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm is best suited if the elements are already sorted?(a) Heap Sort(b) Quick Sort(c) Insertion Sort(d) Merge SortI got this question during an online interview.I'd like to ask this question from Insertion sort in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Right option is (c) INSERTION Sort |
|