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
What is the minimum number of nodes in a complete binary tree with height 3?
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 Wayground
8 questions
Exploring Binary Trees in C#

Quiz
•
University
9 questions
DSC UNIT 7

Quiz
•
University
10 questions
Quantitative research methodology

Quiz
•
University
10 questions
CALL : LISTENING (TOEFL)

Quiz
•
12th Grade - University
10 questions
Internet & HTTP

Quiz
•
University
10 questions
tree

Quiz
•
University
10 questions
ADSQUIZ

Quiz
•
University
10 questions
1.4.2 Data Structures - Trees

Quiz
•
12th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University