1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Non Linear Data Structures - Trees
  4. The binary tree sort implemented using a...
Q.

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

A. O(n log n)
B. O(n)
C. O(n2)
D. O(log n)
Answer» A. O(n log n)
View all MCQs in:   Data Structures (DS)

Discussion