InterviewSolution
Saved Bookmarks
| 1. |
The number of disk pages access in B – tree search, where h is height, n is the number of keys, and t is the minimum degree, is:(A) θ(logn h * t)(B) θ(logt n * h)(C) θ(logh n)(D) θ(logt n) |
| Answer» | |