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