InterviewSolution
Saved Bookmarks
| 1. |
What is the run time efficiency of an insertion algorithm in d-heap?(a) O(N)(b) O(log N)(c) O(logd N)(d) O(N^d)The query is from Heap topic in portion Heap of Data Structures & Algorithms IThis question was posed to me by my college director while I was bunking the class. |
|
Answer» Right option is (c) O(logd N) |
|