What is the prime condition of AA-tree which makes it simpler than a red-black tree?
Posted: Wed Jul 13, 2022 7:42 pm
a) Only right children can be red
b) Only left children can be red
c) Right children should strictly be black
d) There should be no left children
b) Only left children can be red
c) Right children should strictly be black
d) There should be no left children