When it would be optimal to prefer Red-black trees over AVL trees?
Posted: Wed Jul 13, 2022 7:42 pm
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 needed
b) when more search is needed
c) when tree must be balanced
d) when log(nodes) time complexity is needed