Algorithm Time Complexity Quiz

Algorithm Time Complexity Quiz

University

20 Qs

quiz-placeholder

Similar activities

Exploring Linked Lists in C Language

Exploring Linked Lists in C Language

University

20 Qs

CIPHER QUEST ROUND 1 SET 1

CIPHER QUEST ROUND 1 SET 1

University

25 Qs

Female Engineers  Who Shaped Our World

Female Engineers Who Shaped Our World

7th Grade - University

22 Qs

Sistemas de Proteção Segunda Avaliação2025

Sistemas de Proteção Segunda Avaliação2025

University

20 Qs

DAA QUIZ-1 FALL SEM(2025-2026)

DAA QUIZ-1 FALL SEM(2025-2026)

University

20 Qs

Quiz – Unit 1: Algorithm Analysis

Quiz – Unit 1: Algorithm Analysis

University

21 Qs

CIPHER QUEST ROUND 2 SET 2

CIPHER QUEST ROUND 2 SET 2

University

20 Qs

Regularization Techniques Quiz

Regularization Techniques Quiz

University

15 Qs

Algorithm Time Complexity Quiz

Algorithm Time Complexity Quiz

Assessment

Quiz

Engineering

University

Hard

Created by

Dr. Vasanthi

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of a linear search algorithm?

O(n)

O(log n)

O(n log n)

O(1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which asymptotic notation gives the upper bound of an algorithm's time complexity?

Big-O

Big-Ω

Big-Θ

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst-case time complexity of a binary search algorithm?

O(n)

O(log n)

O(n log n)

O(1)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm has a time complexity of O(n^2)?

Bubble sort

Selection sort

Insertion sort

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best-case time complexity of a heap sort algorithm?

O(n)

O(log n)

O(n log n)

O(1)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used in a heap sort algorithm?

Array

Linked list

Stack

Queue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of a naive string-matching algorithm?

O(n)

O(n^2)

O(n log n)

O(1)

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?