What is the minimum number of nodes in a complete binary tree with height 3?
BinarySearchTree

Quiz
•
Computers
•
University
•
Hard

Irina Rabaev
Used 3+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
3
4
8
15
Answer explanation
A complete binary tree of height 3 has levels 0 to 3. The minimum number of nodes occurs when all levels are fully filled except possibly the last. Thus, the minimum is 2^3 = 8 nodes.
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the maximum number of nodes in a complete binary tree with height 3?
3
8
15
31
Answer explanation
A complete binary tree of height 3 has levels 0 to 3. The maximum number of nodes is calculated as 2^(h+1) - 1, where h is the height. For h=3, it is 2^(3+1) - 1 = 15. Thus, the correct answer is 15.
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
We print the preorder traversal of BST of height h. Where the minimum element will appear?
First
Last
Among the first h+1 elements
Among the last h+1 elements
Answer explanation
In a preorder traversal of a BST, the root is visited first, followed by the left subtree and then the right subtree. The minimum element, being the leftmost node, will appear among the first h+1 elements.
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Suppose we remove the root in the following tree. What will be the new root?
74
62
55
41
Answer explanation
When the root is removed, the new root is typically the largest value in the left subtree or the smallest in the right subtree. Here, 62 and 55 are valid candidates, with 62 being the largest in the left subtree.
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Claim: It is possible that the following sequence is a preorder traversal in a BST? 24,15,12,4,17,20,13,32,37
True
False
Answer explanation
The sequence cannot be a preorder traversal of a BST because after 17, 20 should be less than 24 but greater than 17, which violates the BST property. Thus, the claim is False.
Similar Resources on Quizizz
10 questions
Quiz-AIML

Quiz
•
University
8 questions
Trees & Binary Tree

Quiz
•
University
10 questions
BCSC0006 Trees

Quiz
•
University
10 questions
BST 2

Quiz
•
University
10 questions
Kuis 2 - ASD -A

Quiz
•
University
7 questions
Nhóm 3 CSD201 SLIDE 8-9-10

Quiz
•
University
10 questions
network topology

Quiz
•
University
10 questions
DS CCW

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade