Exam
Vibe
Home
Engineering
Aerospace Engineering
Biomedical Engineering
Chemical Engineering
Civil Engineering
Computer Science
Electrical Engineering
Electronics and Communication Engineering
Mechanical Engineering
Govt Exam
Banking Exams
Other Government
Police
Railway Exams
SSC
State PSC Exams
Teaching / Education Exams
UPSC Exams
Blog
Contact
๐
Home
โบ
Computer Science
โบ
Data Structures MCQ
โบ
What is the height of a complete binary tree wi...
What is the height of a complete binary tree with n nodes?
A. O(n)
B. O(log n)
C. O(n log n)
D. O(1)
Explanation:
Complete binary tree has height log n.
Tags:
Data Structures MCQ
,
Computer Science
ยซ Previous
Next ยป
More from Data Structures MCQ:
Which data structure uses FIFO (First In First Out) principle?
Which of the following is a LIFO (Last In First Out) data structure?
Which data structure is best for implementing recursion?
Which traversal is used in Binary Search Tree to get data in sorted order?
Which of the following is not a linear data structure?
Which data structure is used for implementing BFS (Breadth First Search)?
Explore more in Computer Science:
Computer Science MCQs MCQs
Java MCQ Questions MCQs
PHP MCQ Questions MCQs
Python MCQ Questions MCQs
C MCQ Questions MCQs
C++ MCQ Questions MCQs
JavaScript MCQ Questions MCQs
HTML MCQ Questions MCQs
CSS MCQ Questions MCQs
SQL MCQ Questions MCQs