Trees quizz

Trees quizz

University

14 Qs

quiz-placeholder

Similar activities

DS Training QUIZ 1

DS Training QUIZ 1

University

16 Qs

แบบทดสอบ Digital Circuit(ก่อนเรียน)

แบบทดสอบ Digital Circuit(ก่อนเรียน)

University

10 Qs

HUMAN ANATOMY AND PHYSIOLOGY

HUMAN ANATOMY AND PHYSIOLOGY

University

16 Qs

VLSID Lab Monday Quizizz

VLSID Lab Monday Quizizz

University

11 Qs

Gender Expansive and Creative Identities Quiz

Gender Expansive and Creative Identities Quiz

6th Grade - Professional Development

12 Qs

DC Circuit Analysis

DC Circuit Analysis

University

14 Qs

ออฟฟิศเด็กใหม่1

ออฟฟิศเด็กใหม่1

University

10 Qs

CCDSALG Practice Questions

CCDSALG Practice Questions

University

15 Qs

Trees quizz

Trees quizz

Assessment

Quiz

Education

University

Medium

Created by

Auzoom four

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a binary search tree, the left subtree of a node contains nodes with values:

A) Greater than the node's value

B) Less than the node's value

C) Equal to the node's value

D) Random values

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

. Which traversal technique is used to find the minimum element in a binary search tree (BST)?

A) Pre-order traversal

B) In-order traversal

C) Post-order traversal

D) Leftmost traversal

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the time complexity of searching an element in a balanced binary search tree (BST)?

A) O(1)

B) O(log n)

C) O(n)

D) O(n log n)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the correct definition of a Red-Black Tree?

A) A self-balancing binary search tree

B) A binary tree where each node is colored either red or black

C) Both A and B

D) None of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the time complexity of inserting an element into an AVL tree?

A) O(1)

B) O(log n)

C) O(n)

D) O(n log n)

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following statements is true about a heap data structure?

A) It is a binary tree.

B) In a max-heap, the parent node is always smaller than its children.

C) It is used to implement priority queues.

D) It is always a balanced tree.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which traversal method is best used to print the nodes of a binary tree in ascending order?

A) Pre-order traversal

B) In-order traversal

C) Post-order traversal

D) Level-order traversal

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?