MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / skip_list.py

File skip_list.py

data_structures/linked_list/skip_list.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Based on "Skip Lists: A Probabilistic Alternative to Balanced Trees" by William Pugh
3https://epaperpress.com/sortsearch/download/skiplist.pdf
4"""

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected