Page 1 of 1

Which of the following is false?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) Binary tree sort and quick sort have same running time
b) Binary tree sort used BST as work area
c) As the number of elements to sort gets larger, binary tree sort gets more and more efficient
d) Both quick sort and binary tree are in place sorting algorithms