Algouniversity - Nomdic Gurukul - 14th august

Algouniversity - Nomdic Gurukul - 14th august

Professional Development

6 Qs

quiz-placeholder

Similar activities

AppsLab_Q2

AppsLab_Q2

10th Grade - Professional Development

10 Qs

Basic Programming Kotlin

Basic Programming Kotlin

Professional Development

10 Qs

Graphs

Graphs

Professional Development

10 Qs

Variable Definition

Variable Definition

Professional Development

10 Qs

DSA + System Design - 7

DSA + System Design - 7

Professional Development

10 Qs

DSA + System Design 8

DSA + System Design 8

Professional Development

11 Qs

Bedrock Immersion Day Quiz

Bedrock Immersion Day Quiz

Professional Development

10 Qs

Amdocs OSS - ODO Implementation for Vodafone UK

Amdocs OSS - ODO Implementation for Vodafone UK

Professional Development

10 Qs

Algouniversity - Nomdic Gurukul - 14th august

Algouniversity - Nomdic Gurukul - 14th august

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Suraj Kumar

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order traversal of binary search tree will produce ?

unsorted list

reverse of input

sorted list

none of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
In order traversal of binary search tree will produce ?
unsorted list
reverse of input
sorted list
none of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
push() and pop() functions are found in
queues
lists
stacks
trees

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Minimum number of queues required for priority queue implementation?
5.0
4.0
3.0
2.0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The minimum number of edges required to create a cyclid graph of n vertices is
n
n-1
n+1
2n

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What about recursion is true in comparison with iteration?
very expensive in terms of memory.
low performance.
every recursive program can be written with iteration too.
all of the above are true!