Sparse skip list

Home > Computer Science > Algorithms and data structures > Skip Lists > Sparse skip list

This implementation reduces the number of pointers used in the skip list by only including pointers for some nodes, rather than all nodes.