Which is the best type of balanced binary tree to learn for real world application? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Which is the best type of balanced binary tree to learn for real world application?

AVL vs Red-Black Tree

15th Apr 2022, 8:57 PM
Willy
Willy - avatar
1 ответ
+ 1
There is no best type. It all depends on the situation. If you understand how one works, you won't have too many issues with the others. There are some really advanced balanced trees out there (k-ary).
25th Apr 2022, 8:20 AM
Alexander Velinov
Alexander Velinov - avatar