aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Data Structures and Algorithms Fundamentals
  • A Binany Search Tree search complexity is log2N, where N ...
Multiple choice

A Binany Search Tree search complexity is log2N, where N is the number of elements that are maintained as Binany Search Tree. If we change number of childs of the nodes to c instead of 2 in Binany Search Tree, then search complexity becomes

  1. (log2N)/c

  2. log2(N/c)

  3. logcN

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

null

Keep practicing — related questions

  • The complexity of Binary search algorithm is
  • What is the worst case big-oh (asymptotic) cost of searching an element in a Binany Search Tree of depth d?
  • Which of the following statements is/are true? 1. The time complexity for searching an element in binary se...
  • The worst case running time to search for an element in a balanced binary search tree with n2n elements is
  • The recurrence relation that arises in relation with the complexity of Binary Search is
  • A full binary tree with 'n' non-leaf nodes contains
  • Consider the following statements. (a) Pure breeding plants make up the generation P2. (b) One of the numbe...
  • Consider the following statements: (a) Uterus is the site for implantation of embryo, menstruation and chil...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Data Structures and Algorithms (1518 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy