Algorithm Time Complexity Quiz

Algorithm Time Complexity Quiz

University

20 Qs

quiz-placeholder

Similar activities

Machine Learning

Machine Learning

University

20 Qs

Artificial Intelligence CT-4

Artificial Intelligence CT-4

University

20 Qs

Examen de Desarrollo de Proyectos

Examen de Desarrollo de Proyectos

University

20 Qs

Cuestionario sobre el RRP

Cuestionario sobre el RRP

University

15 Qs

QUIZ 1 (SIMBOLOGÍA)

QUIZ 1 (SIMBOLOGÍA)

University

19 Qs

Data Warehouse and Data Mining_Module1

Data Warehouse and Data Mining_Module1

University

15 Qs

Soal Pre Test CNC Lanjut (Turning)

Soal Pre Test CNC Lanjut (Turning)

University

20 Qs

GLOSARIO DE TERMINOS 2025 DE HIDROLOGIA (IDEAM)

GLOSARIO DE TERMINOS 2025 DE HIDROLOGIA (IDEAM)

University

16 Qs

Algorithm Time Complexity Quiz

Algorithm Time Complexity Quiz

Assessment

Quiz

Engineering

University

Practice Problem

Hard

Created by

Dr. Vasanthi

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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 log n)

O(n)

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?