When poll is active respond at
Send pds to 22333

What is the best description of the worst case execution time for sorting N numbers using a regular BST (not balanced)?

0
O(1)
O(log N)
O(N)
O(N log N)
O(N^2)
O(2^N)
Powered by