• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

Top MCQs on Binary Trees Data Structure with Answers

Question 51

Consider a complete binary tree where the left and the right subtrees of the root are max-heaps. The lower bound for the number of operations to convert the tree to a heap is
  • Ω(logn)
  • Ω(n)
  • Ω(nlogn)
  • Ω(n2)

Question 52

What is the worst case time complexity of inserting n2 elements into an AVL-tree with n elements initially ?
  • Θ(n4)
  • Θ(n2)
  • Θ(n2 log n)
  • Θ(n3)

There are 52 questions to complete.

Last Updated :
Take a part in the ongoing discussion