https://i.imgur.com/6E7I7NM.jpg
想请问这题的解法
我爬文看之前有两位大大说是C
但我不知道这个要怎么去做出dbca的顺序
麻烦各位大大解惑
还有是非第一题
题目说rb tree is always shorter than or equal to avl tree with the same insertion sequence
这题爬文大家也写是false
但我google看别人的讨论是
搜寻时avl tree会比rb tree快(因为树高)
但插入时 rb tree会比 avl tree快 (因为调整频率)
这样这题应该是true才对吧!?