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

Explanation: Quickhull ALGORITHM is SIMILAR to a quick sort algorithm with respect to the run time AVERAGE case and WORST case efficiencies.



Discussion

No Comment Found

Related InterviewSolutions