Q. |
Which of the following algorithms is similar to a quickhull algorithm? |
A. | merge sort |
B. | shell sort |
C. | selection sort |
D. | quick sort |
Answer» 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. |
Login to Continue
It will take less than 2 minutes