Which of the following properties does a Binary Search Tree (BST) satisfy?
DAY 29 Binary Search Trees & AVL Tree- 18th July 2024

Quiz
•
Professional Development
•
University
•
Hard
KVCH CORPORATE
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Each node has at most two children.
The left subtree of a node contains only nodes with keys less than the node's key.
The right subtree of a node contains only nodes with keys greater than the node's key.
All of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of searching for an element in a balanced Binary Search Tree?
O(1)
O(log n)
O(n)
O(n log n)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the in order traversal of the BST shown below? 4 2 1 3 6 5 7
4 2 1 3 6 5 7
1 2 3 4 5 6 7
7 6 5 4 3 2 1
4 2 3 1 6 5 7
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operation does not necessarily preserve the BST property?
Insertion
Deletion
Searching
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the height of a BST with 7 nodes in its most balanced form?
2
3
4
5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following algorithms is used for searching in a BST?
Breadth-First Search
Depth-First Search
Binary Search
Linear Search
7.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following cases can occur when deleting a node from a BST?
The node is a leaf.
The node has one child.
The node has two children.
All of the above
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Maori Overview

Quiz
•
University
25 questions
Introduction to Alexa Skills and APIs

Quiz
•
10th Grade - Professi...
20 questions
ADS MCQ

Quiz
•
University
20 questions
CCNA2-MODULO 11-Switch Security Configuration

Quiz
•
University
15 questions
SKB Bahasa Inggris 6 (wiwinz)

Quiz
•
University - Professi...
25 questions
Final Assessment C & C++ & DSA - 2nd August 24

Quiz
•
University
16 questions
Information Technology

Quiz
•
University
25 questions
Data Structures: Stack,Queue and Binary Tree

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