In a ____, for any node 'n' every descendant node's value in the left subtree is less than n and in the right subtree is greater than n.
BCSC0006 Trees

Quiz
•
Computers
•
University
•
Medium
Divyansh Bhardwaj
Used 90+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Binary Tree
Binary Search Tree
AVL Tree
Binary Heap Tree
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The ____ of a Binary Search Tree starts by visiting the current node, then its left child node and then its right child node.
Pre-Order Traversal
In-Order Traversal
Post-Order Traversal
Linear Order Traversal
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A ____ is a Binary Search Tree whose left and right subtree differ in height by at most 1 unit; and whose left and right subtrees are AVL trees.
Red-Black Tree
AVL Tree
Binary Heap Tree
Complete Binary Tree
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For an AVL Tree, the ____ is the additional piece of information which indicates if the difference in height between the left and the right subtree is the same or not; which of the two subtrees has one unit larger height.
Tree Factor
Balance Factor
Additional Factor
Unit Factor
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
True statement about AVL Trees are
It is a Binary Search Tree
Left Node and Right Node differ in height by at most 1 unit
Worst Case Complexity is O(log n)
Worst Case Complexity is O(n)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A Binary Tree can have
2 children
1 child
0 child
all of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given an empty AVL tree, how would you construct AVL tree when a set of numbers are given without performing any rotations?
just build the tree with the given input
find the median of the set of elements given, make it as root and construct the tree
use trial and error
use dynamic programming to build the tree
Create a free account and access millions of resources
Similar Resources on Quizizz
9 questions
11 - AVL Trees

Quiz
•
University
15 questions
DSC UNIT 5

Quiz
•
University
15 questions
Data Structures Activity - 1

Quiz
•
University
13 questions
Data Structure and Algorithms Semi-Final Examination

Quiz
•
University
10 questions
Quiz 2 - ASD - B

Quiz
•
University
7 questions
Binary Search Tree

Quiz
•
University
15 questions
BST , AVL Tree & B-tree

Quiz
•
University
12 questions
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