CodeCookbook
All topics
Binary Search Trees
1 of 9 · 0/— correct
Shuffle
Reset
multiple choice
hard
Inserting n random keys into a BST yields an expected height of:
O(n)
O(√n)
O(n log n)
O(log n)
← Previous
Next