Algouniversity - Nomdic Gurukul - 14th august

Algouniversity - Nomdic Gurukul - 14th august

Professional Development

6 Qs

quiz-placeholder

Similar activities

Python Training Day-6 Quiz-6

Python Training Day-6 Quiz-6

Professional Development

10 Qs

Misión 7 - Path Traversal | LFI | RFI

Misión 7 - Path Traversal | LFI | RFI

Professional Development

10 Qs

QUEUE

QUEUE

University - Professional Development

10 Qs

Coding & Logic - Lesson 4

Coding & Logic - Lesson 4

Professional Development

9 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

PYTHON VOCABULARY

PYTHON VOCABULARY

Professional Development

10 Qs

ADA

ADA

Professional Development

10 Qs

ME ADS QUIZ

ME ADS QUIZ

Professional Development

11 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!