Vidyalelo
Data Structure · Q327

Sorting Algorithms

Programming · Data Structure · question 327

Q327

Which of the following is false?

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board