Search Header Logo

Algorithms

Authored by Preetam Sur

Education

University

Used 12+ times

Algorithms
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the worst case time complexity of Quick sort?

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not an alogrithm design technique?

Greedy

Integer Programming

Dynamic Programming

Divide and Conquer

3.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Merge Sort follows which algorithm design technique?

Divide and Conquer

Backtracking

Dynamic Programming

Brute force

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Performance of which of the following sorting algorithms does not depend on input data pattern?

Insertion Sort

Quick Sort

Bubble Sort

Heap Sort

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which of the following is not a shortest path finding algorithm?

Dijkstra's Algorithm

Bellman-Ford Algorithm

Floyd-Warshall Algorithm

Kruskal's Algorithm

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of this code

int a = 0, i = N;

while (i > 0)

{

a += i;

i /= 2;

}

O(N)

O(Sqrt(N))

O(N / 2)

O(log N)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the slowest algorithm:

O (n)

O (n^2)

O (n!)

O (2^n)

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?

Discover more resources for Education