Compact skip list

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

This implementation reduces the amount of memory used by the skip list by storing multiple levels in a single array.