Binary Trees and Graphs Quiz

Binary Trees and Graphs Quiz

University

20 Qs

quiz-placeholder

Similar activities

Quantitative Aptitude Series

Quantitative Aptitude Series

University

20 Qs

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

DSA_Quiz_3

DSA_Quiz_3

University

20 Qs

Heaps

Heaps

University

15 Qs

ADAweek0 Intl

ADAweek0 Intl

University

15 Qs

Berpikir Komputasional

Berpikir Komputasional

9th Grade - University

20 Qs

SciPy

SciPy

University

19 Qs

SMARTICUS

SMARTICUS

University

20 Qs

Binary Trees and Graphs Quiz

Binary Trees and Graphs Quiz

Assessment

Quiz

Computers

University

Hard

Created by

RAHUL SONAWANE

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a complete binary tree?

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?