Top-down skip list

Home > Computer Science > Algorithms and data structures > Skip Lists > Top-down skip list

This implementation builds the skip list from the top-down, rather than the bottom-up, which can result in slightly better search efficiency.