What is the expected maximum height of a skip list containing 'n' elements?
O(log n^2)
O(n)
O(log n)
O(n^2)

Advanced Data Structures Exercises are loading ...