InterviewSolution
Saved Bookmarks
| 1. |
What is meant by heap?(a) Used for fast retrieval of elements(b) Used for organising the elements(c) Used for fast retrieval & organising the elements(d) Used for deleting the elementsThis question was posed to me by my school teacher while I was bunking the class.My question is taken from Heaps topic in chapter Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» Right OPTION is (c) Used for fast RETRIEVAL & organising the elements |
|