InterviewSolution
Saved Bookmarks
| 1. |
Elements in a tree can be indexed by its position under the ordering of the keys and the ordinal position of an element can be determined, both with good efficiency.(a) true(b) falseThis interesting question is from Weight Balanced Tree topic in division Binary Trees of Data Structures & Algorithms IThe question was asked during an internship interview. |
|
Answer» RIGHT option is (a) true To explain: In a WEIGHT balanced TREE we can EVEN store the key information so as to use as a key VALUE pair. |
|