Uncategorized

Low Level Design: Skip List

Structure A skip list is a probabilistic data structure that maintains a sorted collection and supports O(log N) expected time

Scroll to Top