InterviewSolution
Saved Bookmarks
| 1. |
In what time can a leftist heap be built?(a) O(N)(b) O(N log N)(c) O(log N)(d) O(M log N)The query is from Heap topic in portion Heap of Data Structures & Algorithms IThe question was asked in a job interview. |
|
Answer» Right CHOICE is (a) O(N) |
|