Balanced trees

Home > Computer Science > Algorithms and data structures > Skip Lists > Balanced trees

Knowing how balanced trees work, such as red-black trees and AVL trees, and how they can be used as a reference point for comparing skip lists.