BST Concept

BST Concept

University

7 Qs

quiz-placeholder

Similar activities

Data structures

Data structures

University

9 Qs

KofiNketiaAckaahGyasi_CSCI2380_03Pre2

KofiNketiaAckaahGyasi_CSCI2380_03Pre2

University

10 Qs

DSA-Quiz1

DSA-Quiz1

University

12 Qs

DSA Group 2 (Heaps Quiz)

DSA Group 2 (Heaps Quiz)

University

8 Qs

Data Structure Quiz 2

Data Structure Quiz 2

University

9 Qs

BCSC0006 - Quiz 4 - Linked List & Stacks

BCSC0006 - Quiz 4 - Linked List & Stacks

University

10 Qs

Trees - Data Structures

Trees - Data Structures

University

7 Qs

PDS - 04225 Trees - Chapter 6

PDS - 04225 Trees - Chapter 6

University

10 Qs

BST Concept

BST Concept

Assessment

Quiz

Computers

University

Medium

Created by

Thapanapong Rukkanchanunt

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

If we want to insert 50, where do we put it?

Type the answer in this format:
"RC of ??" (right child of ?? node)

"LC of ??" (left child of ?? node)

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

If we want to insert 70, where do we put it?

Type the answer in this format:
"RC of ??" (right child of ?? node)

"LC of ??" (left child of ?? node)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the successor of node 85?

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

What is the successor of node 51?

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

What is the successor of node 66?

6.

DRAW QUESTION

3 mins • 1 pt

What will the binary search tree look like if we insert these nodes in order from an empty tree.

45, 78, 52, 31, 94, 67, 83, 26

Media Image

7.

DRAW QUESTION

3 mins • 1 pt

What does BST look like after this sequence of operations?

Insert 5, Insert 3, Insert 8, Insert 10,

Insert 9, Delete 5, Insert 5

Media Image