General DSA Quiz

General DSA Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

Motherboard South Side

Motherboard South Side

9th Grade - Professional Development

20 Qs

AMD Y INTEL

AMD Y INTEL

University - Professional Development

20 Qs

CÂU LỆNH WHILE

CÂU LỆNH WHILE

Professional Development

21 Qs

CONSULTAS_SQL_2324

CONSULTAS_SQL_2324

Professional Development

18 Qs

SC-900_Módulo 4

SC-900_Módulo 4

Professional Development

19 Qs

Evaluacion de resultados - 1er ciclo

Evaluacion de resultados - 1er ciclo

Professional Development

20 Qs

Git-it?

Git-it?

Professional Development

18 Qs

Hardware Basico

Hardware Basico

7th Grade - Professional Development

16 Qs

General DSA Quiz

General DSA Quiz

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

Puneet Kansal

Used 1+ times

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

45 sec • 1 pt

Media Image

What is the time complexity of recursive_function?

O(n)

O(n^2)

O(2^n)

O(log n)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following data structures provides O(1) average-time complexity for search operations?

Array

Linked List

Hash Table

Binary Search Tree

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of inserting an element into a max heap of size n?

O(1)

O(log n)

O(n)

O(n log n)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of the Depth-First Search (DFS) algorithm in a graph with n vertices and m edges?

O(n)

O(m)

O(n + m)

O(n * m)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If an algorithm has a time complexity of O(n^2), which of the following is also true?

The algorithm has a time complexity of O(n^3)

The algorithm has a time complexity of Θ(n^2)

The algorithm has a time complexity of Ω(n)

All of the above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In an array of size n, what is the time complexity of inserting an element at the beginning?

O(1)

O(n)

O(log n)

O(n log n)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the worst case time complexity to find an element that is not the largest in an unsorted array?

O(1)

O(n)

O(logn)

O(nlogn)

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?