InterviewSolution
Saved Bookmarks
| 1. |
In a k-d tree, k originally meant?(a) number of dimensions(b) size of tree(c) length of node(d) weight of nodeThis key question is from Trees in portion Trees of Data Structures & Algorithms II got this question during an interview. |
|
Answer» CORRECT answer is (a) NUMBER of dimensions For explanation: INITIALLY, 2-d TREES were CREATED. Then, 3-d trees, 4-trees etc., where k meant the number of dimensions. |
|