InterviewSolution
Saved Bookmarks
| 1. |
When it would be optimal to prefer Red-black trees over AVL trees?(a) when there are more insertions or deletions(b) when more search is needed(c) when tree must be balanced(d) when log(nodes) time complexity is neededQuestion is taken from Red Black Tree topic in division Binary Trees of Data Structures & Algorithms II had been asked this question in an international level competition. |
|
Answer» Correct OPTION is (a) when there are more insertions or deletions |
|