InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the simplest data structure that supports range searching?(a) Heaps(b) binary search trees(c) AA-trees(d) K-d treesThe question is from Trees topic in portion Trees of Data Structures & Algorithms IThis question was posed to me in homework. |
|
Answer» The correct answer is (d) K-d TREES |
|