1.

What is the use of the bin data structure?(a) to have efficient insertion(b) to have efficient deletion(c) to have efficient region query(d) to have efficient traversalI would like to ask this question from Trees in division Trees of Data Structures & Algorithms IThis question was posed to me in quiz.

Answer»

Right answer is (c) to have efficient region query

The best I can explain: Bin DATA STRUCTURE allows us to have efficient region queries. A FREQUENCY of bin is increased by one each time a data point falls into a bin.



Discussion

No Comment Found

Related InterviewSolutions