Page 1 of 1

The binary tree sort implemented using a self – balancing binary search tree takes ______ time is worst case.

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O(n log n)
b) O(n)
c) O(n2)
d) O(log n)