1.

Quickselect is an example of ___________(a) sorting algorithm(b) selection algorithm(c) greedy algorithm(d) searching algorithmThe question was asked during a job interview.I need to ask this question from Miscellaneous topic in chapter Miscellaneous of Data Structures & Algorithms II

Answer» RIGHT choice is (B) selection algorithm

Explanation: QUICKSELECT is an EXAMPLE of a selection algorithm. It finds the kth smallest element from the given list.


Discussion

No Comment Found

Related InterviewSolutions