What is a complete binary tree?

Binary Trees and Graphs Quiz

Quiz
•
Computers
•
University
•
Hard
RAHUL SONAWANE
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from right to left
A tree In which all nodes have degree 2
Each node has exactly zero or two children
A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In delete operation of BST, we need inorder successor (or predecessor) of a node when the node to be deleted has both left and right child as non-empty. Which of the following is true about inorder successor needed in delete operation?
Inorder successor is always either a leaf node or a node with empty left child
Inorder successor is always either a leaf node or a node with empty right child
Inorder successor may be an ancestor of the node
Inorder Successor is always a leaf node
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following numbers are inserted into an empty binary search tree in the given order: 10, 1, 3, 5, 15, 12, 16. What is the height of the binary search tree (the height is the maximum distance of a leaf node from the root)?
2
4
6
3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is false about a binary search tree?
The right child is always greater than its parent
In order sequence gives decreasing order of elements
The left and right sub-trees should also be binary search trees
The left child is always lesser than its parent
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of level order traversal?
O(1)
O(n)
O(nlogn)
O(logn)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The Binary Tree in which all leaves are on the same level is called as
Complete Binary Tree
Strictly Binary Tree
Full Binary Tree
Skewed Tree
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
While inserting the elements 71, 65, 84, 69, 67, 83 in an empty binary search tree (BST) in the sequence shown, the element in the lowest level is
67
83
69
65
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
Quiz Struktur Data

Quiz
•
University
16 questions
Y13 Graph Traversal

Quiz
•
9th Grade - University
15 questions
special exam in BINARY TREE

Quiz
•
University
15 questions
Knowledge Knockout[Quiz Round](2nd-4th years)

Quiz
•
University
20 questions
Algorithm questions

Quiz
•
12th Grade - University
25 questions
Data Structures 1

Quiz
•
University
20 questions
Data Structure

Quiz
•
University
15 questions
Graphs

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