InterviewSolution
Saved Bookmarks
| 1. |
Quick sort is a space-optimised version of ____(a) Bubble sort(b) Selection sort(c) Insertion sort(d) Binary tree sortThe question was posed to me in class test.My question is from Quicksort in portion Sorting of Data Structures & Algorithms II |
|
Answer» The correct OPTION is (d) Binary tree sort |
|