1.

Which of the following is an alternative name of the quickselect algorithm?(a) quick sort(b) hoare’s selection algorithm(c) tony’s selection algorithm(d) kruskal’s algorithmI have been asked this question during an interview for a job.The query is from Miscellaneous in section Miscellaneous of Data Structures & Algorithms II

Answer»

The correct option is (B) hoare’s selection algorithm

To EXPLAIN: Quick SELECT is a selection algorithm. It was developed by Tony Hoare, THUS it is ALSO known as Hoare’s selection algorithm.



Discussion

No Comment Found

Related InterviewSolutions