Binary Search Tree

Binary Search Tree

Professional Development

10 Qs

quiz-placeholder

Similar activities

IC Scavenger Hunt

IC Scavenger Hunt

Professional Development

10 Qs

Digital Design Quiz - Round 2

Digital Design Quiz - Round 2

Professional Development

10 Qs

Revision Quiz 1

Revision Quiz 1

Professional Development

10 Qs

W7 - Google Ads

W7 - Google Ads

Professional Development

10 Qs

301 L/S Abbreviations

301 L/S Abbreviations

KG - Professional Development

10 Qs

Hotel Business Management

Hotel Business Management

Professional Development

10 Qs

Google Level 1 Fundamental Training Unit 9

Google Level 1 Fundamental Training Unit 9

Professional Development

6 Qs

Selected Response Quizlet

Selected Response Quizlet

Professional Development

7 Qs

Binary Search Tree

Binary Search Tree

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

LE210 Sankara Nayaki K

Used 288+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Post order traversal :

1a+b*c+d*e+f*g

1abc*+de*f+g*+

++a*bc*+*defg

abc+*+defg*+*

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In Order traversal

40 20 50 10 30

40 50 20 30 10

10 20 30 40 50

50 40 20 30 10

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the MAXIMUM number of nodes in a binary search tree with height = 5 ?

26-1

25-1

25

26

6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the MINIMUM number of nodes in a binary search tree with height = 5?

6

5

26-1

25-1

25

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst-case runtime of lookUp/get in a binary search tree?

O(n)

O(logn)

O(1)

O(n2)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst-case runtime of lookUp/get in a *perfectly balanced* binary search tree?

O(logn)

O(n)

O(1)

O(n2)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When deleting from a binary search tree, if the node being deleted has 2 children, we replace the entry with ____.
the inorder successor
null
the left child
the right child
the parent

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?