Trees and Graphs

Trees and Graphs

University

20 Qs

quiz-placeholder

Similar activities

Data Structures Quiz No 2

Data Structures Quiz No 2

University

20 Qs

Data Structure

Data Structure

University

20 Qs

Binary Search Trees and Balanced Trees Quiz

Binary Search Trees and Balanced Trees Quiz

University

21 Qs

Quiz on Tree and Graph Data Structures

Quiz on Tree and Graph Data Structures

University

18 Qs

Binary Tree Searching - Data Structures

Binary Tree Searching - Data Structures

University

15 Qs

linux commands

linux commands

University

20 Qs

Tree Traversals

Tree Traversals

University

15 Qs

DSAA QUIZ

DSAA QUIZ

University

20 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?