Algorithms and Data Structures Quiz

Algorithms and Data Structures Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

How to make applying for jobs less painful

How to make applying for jobs less painful

Professional Development

16 Qs

Yteen 7 - Unit 1 (Spot o e words alive)

Yteen 7 - Unit 1 (Spot o e words alive)

Professional Development

15 Qs

Peripherals

Peripherals

Professional Development

15 Qs

B1 Block 3 - Week 2

B1 Block 3 - Week 2

KG - Professional Development

15 Qs

B2 Green Forest Notes | Class 16 (HT Check)

B2 Green Forest Notes | Class 16 (HT Check)

10th Grade - Professional Development

20 Qs

2º DAM Units 1-4  book 3

2º DAM Units 1-4 book 3

Professional Development

20 Qs

Confucius

Confucius

1st Grade - Professional Development

20 Qs

telecomunication vocabulary

telecomunication vocabulary

Professional Development

15 Qs

Algorithms and Data Structures Quiz

Algorithms and Data Structures Quiz

Assessment

Quiz

English

Professional Development

Hard

Created by

Ishaan Vats

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which algorithm is the best for finding the shortest path in a graph with non-negative weights?

Floyd-Warshall Algorithm

Dijkstra’s Algorithm

Bellman-Ford Algorithm

Kruskal’s Algorithm

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which technique is used in Backtracking algorithms?

Divide and Conquer

Greedy Approach

Recursion

Dynamic Programming

3.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which data structure is used for implementing the A search algorithm?

Stack

Priority Queue

Linked List

Binary Search Tree

4.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

What is the worst-case time complexity of the Floyd-Warshall algorithm?

O(n log n)

O(n²)

O(n³)

O(2ⁿ)

5.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

What is the main advantage of using the KMP string matching algorithm over Naive string matching?

Uses hashing

Works in O(n²) time

Avoids unnecessary comparisons

Works only on sorted strings

6.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which of the following problems is solved using Dynamic Programming?

Kruskal’s Algorithm

Prim’s Algorithm

0/1 Knapsack Problem

Depth-First Search

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which sorting algorithm is considered the most efficient in worst-case scenarios?

Merge Sort

Bubble Sort

Selection Sort

Insertion Sort

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?