Trees and Graphs

Trees and Graphs

University

20 Qs

quiz-placeholder

Similar activities

DSA_Midterm Quiz no. 1

DSA_Midterm Quiz no. 1

University

25 Qs

TREES QUIZ 2

TREES QUIZ 2

University

20 Qs

DS-unit-3

DS-unit-3

University

20 Qs

BST , AVL Tree  & B-tree

BST , AVL Tree & B-tree

University

15 Qs

Data Structures - Tree

Data Structures - Tree

University - Professional Development

20 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

DSA - Binary Tree 2-3

DSA - Binary Tree 2-3

University

20 Qs

Data Structures -Trees & Sorting

Data Structures -Trees & Sorting

University

15 Qs

Trees and Graphs

Trees and Graphs

Assessment

Quiz

Computers

University

Hard

Created by

prabhu pc

Used 49+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the preorder traversal of the given binary tree?

A B D E H I J K L C F G

A B D H I E J K C F L G

H D I B J E K A L F C G

H I D J K E B L F G C A

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the postorder traversal of the given binary tree?

H D I B J E K A L F C G

H I D J K E B L F A C G

H I D J K E B L F G C A

A B C D H I E J K F L G

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is LR Rotation?

Inserted node is in the left subtree of left subtree of node A

Inserted node is in the right subtree of right subtree of node A

Inserted node is in the right subtree of left subtree of node A

Inserted node is in the left subtree of the right subtree of node A

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an AVL tree?

a tree which is balanced and is a height balanced tree

a tree which is unbalanced and is a height balanced tree

a tree with three children

a tree with atmost 3 children

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we need AVL tree?

To save memory

To avoid formation of skewed trees

To simplify storing

To attain faster memory access

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is TRUE?

The cost of searching an AVL tree is θ(log n) but that of a binary search tree can be O(n)

The cost of searching an AVL tree is θ(log n) but that of a complete binary tree is θ(n log n)

The cost of searching a binary search tree is O(log n ) but that of an AVL tree is θ(n)

The cost of searching an AVL tree is θ(n log n) but that of a binary search tree is O(n)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which rotation is required in the given AVL tree?

LL Rotation

RR Rotation

LR Rotation

RL Rotation

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?