Back to Developer Roadmap

Skip Lists

src/data/roadmaps/computer-science/content/[email protected]

4.0602 B
Original Source

Skip Lists

Skip lists are a data structure that allows you to perform operations on a sorted list in O(log n) time. Skip lists are a probabilistic data structure, which means that the probability of a certain operation taking a certain amount of time is a certain value. In the case of skip lists, the probability of an operation taking O(log n) time is 1.

Visit the following resources to learn more: