CL/ARVR

CL/ARVR

University

15 Qs

quiz-placeholder

Similar activities

Viva - Practical - Main

Viva - Practical - Main

University

10 Qs

ANALYSIS OF ALGORITHMS

ANALYSIS OF ALGORITHMS

University

15 Qs

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

BCSC0006 Trees

BCSC0006 Trees

University

10 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

SMARTICUS

SMARTICUS

University

20 Qs

Algorithms Data

Algorithms Data

University

15 Qs

Quantitative Aptitude Series

Quantitative Aptitude Series

University

20 Qs

CL/ARVR

CL/ARVR

Assessment

Quiz

Computers

University

Hard

Created by

Trilochan Sahoo

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the Master Theorem provide a solution for?

a) Space complexity of algorithms

b) Time complexity of divide-and-conquer algorithms

c) Sorting algorithms

d) Dynamic programming algorithms

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which scenario would make the Master Theorem inapplicable?

a) When the subproblems cannot be solved independently

b) When the size of the subproblems decreases by a constant factor at each step

c) When the problem size decreases exponentially with each recursive call

d) When the time complexity cannot be expressed as a recurrence relation

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the time complexity of the merge sort algorithm?

a) O(n)

b) O(n log n)

c) O(n^2)

d) O(1)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the space complexity of the binary search algorithm?

a) O(1)

b) O(log n)

c) O(n)

d) O(n^2)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the space complexity of Bubble Sort?

a) O(1)

b) O(log n)

c) O(n)

d) O(n^2)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following scenarios is BFS well-suited for?

a) Finding the maximum flow in a network

b) Topological sorting of a graph

c) Finding the shortest path between two vertices in an unweighted graph

d) Solving the traveling salesman problem

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following data structures is used to keep track of visited vertices in BFS to avoid revisiting them?

a) Stack

b) Queue

c) Hash Table or Set

d) Binary Search Tree

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?