Search Header Logo

Trees and Graphs

Authored by prabhu pc

Computers

University

Used 50+ times

Trees and Graphs
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?