InterviewSolution
Saved Bookmarks
| 1. |
In what position does the array for heap sort contains data?(a) 0(b) 1(c) -1(d) anywhere in the arrayThis question was addressed to me in an online quiz.This question is from Heapsort in portion Sorting of Data Structures & Algorithms II |
|
Answer» Right option is (a) 0 |
|