Basic skip list

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

This is the standard implementation of skip list, which uses randomization and levels to achieve better search efficiency.