InterviewSolution
Saved Bookmarks
| 1. |
Which of the following algorithms is similar to a quickhull algorithm?(a) merge sort(b) shell sort(c) selection sort(d) quick sortThe question was posed to me in a national level competition.My question is taken from Computational Geometry in chapter Computational Geometry of Data Structures & Algorithms II |
|
Answer» Right option is (d) quick sort |
|