Search Header Logo

DAY 29 Binary Search Trees & AVL Tree- 18th July 2024

Authored by KVCH CORPORATE

Professional Development

University

Used 3+ times

DAY 29 Binary Search Trees & AVL Tree- 18th July 2024
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following properties does a Binary Search Tree (BST) satisfy?

Each node has at most two children.

The left subtree of a node contains only nodes with keys less than the node's key.

The right subtree of a node contains only nodes with keys greater than the node's key.

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of searching for an element in a balanced Binary Search Tree?

O(1)

O(log n)

O(n)

O(n log n)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the in order traversal of the BST shown below? 4 2 1 3 6 5 7

4 2 1 3 6 5 7

1 2 3 4 5 6 7

7 6 5 4 3 2 1

4 2 3 1 6 5 7

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operation does not necessarily preserve the BST property?

Insertion

Deletion

Searching

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the height of a BST with 7 nodes in its most balanced form?

2

3

4

5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following algorithms is used for searching in a BST?

Breadth-First Search

Depth-First Search

Binary Search

Linear Search

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following cases can occur when deleting a node from a BST?

The node is a leaf.

The node has one child.

The node has two children.

All of the above

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?