In a binary search tree, the left subtree of a node contains nodes with values:

Trees quizz

Quiz
•
Education
•
University
•
Medium
Auzoom four
Used 4+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A) Greater than the node's value
B) Less than the node's value
C) Equal to the node's value
D) Random values
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
. Which traversal technique is used to find the minimum element in a binary search tree (BST)?
A) Pre-order traversal
B) In-order traversal
C) Post-order traversal
D) Leftmost traversal
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the time complexity of searching an element in a balanced binary search tree (BST)?
A) O(1)
B) O(log n)
C) O(n)
D) O(n log n)
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is the correct definition of a Red-Black Tree?
A) A self-balancing binary search tree
B) A binary tree where each node is colored either red or black
C) Both A and B
D) None of the above
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the time complexity of inserting an element into an AVL tree?
A) O(1)
B) O(log n)
C) O(n)
D) O(n log n)
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following statements is true about a heap data structure?
A) It is a binary tree.
B) In a max-heap, the parent node is always smaller than its children.
C) It is used to implement priority queues.
D) It is always a balanced tree.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which traversal method is best used to print the nodes of a binary tree in ascending order?
A) Pre-order traversal
B) In-order traversal
C) Post-order traversal
D) Level-order traversal
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
DSA (D1+D2)

Quiz
•
University
11 questions
Linux Basic Commands Quiz

Quiz
•
University
10 questions
DAA Quiz

Quiz
•
University
10 questions
WN CHAPTER 9 - WLAN TROUBLESHOOTING

Quiz
•
University
15 questions
DSA & Code Snippets

Quiz
•
University
10 questions
ADS LAB Quiz-1

Quiz
•
University
10 questions
(Backup) DSA and Code Snippets

Quiz
•
University
15 questions
Data Structures and Algorithms - Prefinal Quiz

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