Home / Engineering / Design and Analysis of Algorithms / Question

M

Mr. Dubey • 51.62K Points
Coach

Q.) Which of the following algorithms is similar to a quickhull algorithm?

(A) merge sort
(B) shell sort
(C) selection sort
(D) quick sort
Correct answer : Option (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.

Share

Discusssion

Login to discuss.