InterviewSolution
Saved Bookmarks
| 1. |
Heap sort is an implementation of ____________ using a descending priority queue.(a) insertion sort(b) selection sort(c) bubble sort(d) merge sortThe question was asked at a job interview.This question is from Heapsort in section Sorting of Data Structures & Algorithms II |
|
Answer» Right CHOICE is (b) selection sort |
|