the time complexity of Skip List

user1487718 picture user1487718 · Oct 4, 2012 · Viewed 12.3k times · Source

May I know why the time complexity of insertion of skip list is O(log n) for average case, and why the height of Skip list with n elements is O(log n) in high probability. And why average search time in each layer is O(1).