Search Header Logo

Binary Search Tree and Hashing Quiz

Authored by Mahipal Jadeja

Other

University

Used 1+ times

Binary Search Tree and Hashing Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

O(n)

O(log n)

O(n log n)

O(1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal of a BST results in a sorted order of elements?

Preorder

Inorder

Postorder

Level order

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a BST, what is the time complexity of inserting an element in the worst case?

O(log n)

O(n)

O(1)

O(n²)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following properties is not true for a Binary Search Tree?

All left descendants ≤ node

All right descendants > node

No duplicate nodes

All nodes must be balanced

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Deleting a node with two children in a BST involves:

Deleting the root

Replacing it with its immediate child

Replacing it with its inorder predecessor or successor

Rebuilding the entire tree

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a collision resolution technique?

Chaining

Open Addressing

Linear Probing

Binary Search

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary goal of a good hash function?

Avoid deletion

Minimize collisions

Use complex arithmetic

Increase search time

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?