Search Header Logo

Binary Search Tree Quiz

Authored by REVATHY K

Computers

University

Binary Search Tree Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a binary search tree?

A tree where the value of the left node is equal to the parent node

A tree where the value of the left node is smaller than the parent node and the value of the right node is greater than the parent node

A tree where the value of the left node is smaller than the parent node

A tree where the value of the left node is greater than the parent node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the inorder traversal helpful in a binary search tree?

It gives data in descending order

It gives data in ascending order

It gives data in level order

It gives data in random order

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the space complexity for deletion in a binary search tree?

O(n)

O(1)

O(log n)

O(n^2)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the inorder successor needed in the deletion of a node in a binary search tree?

When the node to be deleted is the root node

When the node to be deleted has only one child

When the node to be deleted has two children

When the node to be deleted is a leaf node

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity for search in a binary search tree in the best case?

O(n^2)

O(n)

O(1)

O(log n)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a node to be deleted in a binary search tree has only one child?

The node is directly deleted

The node is replaced with its child and then the child is deleted

The node is replaced with its parent

The node is replaced with its sibling

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the space complexity for search in a binary search tree?

O(n)

O(1)

O(log n)

O(n^2)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?