Trees quizz

Trees quizz

University

14 Qs

quiz-placeholder

Similar activities

Trees and BST

Trees and BST

University

9 Qs

Data Structures and Algorithms - Prefinal Quiz

Data Structures and Algorithms - Prefinal Quiz

University

15 Qs

DAA Quiz 1

DAA Quiz 1

University

10 Qs

Data Structure

Data Structure

University

15 Qs

Basics of C and DS

Basics of C and DS

University

15 Qs

UGC NET QUESTIONS

UGC NET QUESTIONS

University

10 Qs

(Backup) DSA and Code Snippets

(Backup) DSA and Code Snippets

University

10 Qs

Sorting Quiz

Sorting Quiz

University - Professional Development

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?