CL/ARVR

CL/ARVR

University

15 Qs

quiz-placeholder

Similar activities

Sorting and Searching Algorithms Quiz - Batch 1

Sorting and Searching Algorithms Quiz - Batch 1

University

20 Qs

Quicksort. Hash Tables, and Binary Search Trees

Quicksort. Hash Tables, and Binary Search Trees

University

18 Qs

Big oh notation

Big oh notation

University

15 Qs

time and space complexity

time and space complexity

University

13 Qs

Quiz 1 (TDS Algorithm Design and Analysis - DA1A)

Quiz 1 (TDS Algorithm Design and Analysis - DA1A)

University

20 Qs

Algo Duel

Algo Duel

University

20 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

FUNDAMENTALS OF ALGORITHMS - UNIT II

FUNDAMENTALS OF ALGORITHMS - UNIT II

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?