Randomized data structures

Home > Computer Science > Algorithms and data structures > Randomized algorithms > Randomized data structures

These are data structures that use randomness to achieve better performance than deterministic data structures. Examples include randomized search trees and skip lists.