- Time complexity - Search / Insertion / Deletion:
- Best: Ω(1)
- Average: Θ(log n)
- Worst: O(n) - very rare to happen
- Space complexity: O(n log n)
- Probabilistic Data Structure
Algorithms and Data Structures - Skip List
Repository from Github https://github.comNelsonBN/algorithms-data-structures-skip-list
Algorithms and Data Structures - Skip List
MIT License