InterviewSolution
Saved Bookmarks
| 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 |
|