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

Explanation: K-d trees are the simplest DATA structure that supports RANGE SEARCHING and also it achieves the respectable running time.



Discussion

No Comment Found

Related InterviewSolutions