DSA - QA3

DSA - QA3

University

20 Qs

quiz-placeholder

Similar activities

Berpikir Komputasional

Berpikir Komputasional

9th Grade - University

20 Qs

SMARTICUS

SMARTICUS

University

20 Qs

Quantitative Aptitude Series

Quantitative Aptitude Series

University

20 Qs

Binary Trees and Graphs Quiz

Binary Trees and Graphs Quiz

University

20 Qs

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

DSA_Quiz_3

DSA_Quiz_3

University

20 Qs

Heaps

Heaps

University

15 Qs

ADAweek0 Intl

ADAweek0 Intl

University

15 Qs

DSA - QA3

DSA - QA3

Assessment

Quiz

Computers

University

Hard

Created by

Jebaveerasingh J

Used 78+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the last node in the post-order traversal of this binary tree.

8

1

9

5

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Identify the statement which is wrong about binary trees

Any node can have a maximum of two children

The degree of a node can be 0

The degree of any node can exceed 2

It can be a skewed tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The minimum number of nodes in a tree with height m is _____

2*m

m-1

m

m+1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we use sequential representation of binary tree, a node at position i will have its left child at ______________

i/2

i+1

2*i

2*i*2

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If we want to generate the elements in ascending order from a BST, we need to use _______________ traversal.

in-order

pre-order

post-order

level order

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree data structure, any node can have a maximum of 2 parent nodes.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the root of a BST has 16 as the key, then the key element 31 should be inserted in the _____________

right sub-tree of root

left sub-tree of root

either left sub-tree of right sub-tree of the root

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?