Algorithms and Data Structures Quiz

Algorithms and Data Structures Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

DSBS-FN-31.01.2024

DSBS-FN-31.01.2024

Professional Development

15 Qs

coding skills(ISCP 02) Tuesday slot3 (2.00pm - 4:00pm) CSE X & Z

coding skills(ISCP 02) Tuesday slot3 (2.00pm - 4:00pm) CSE X & Z

Professional Development

20 Qs

[FAST TRACK] Android quiz week 07 (27.05)

[FAST TRACK] Android quiz week 07 (27.05)

Professional Development

15 Qs

DSBS-FN-30.01.2024

DSBS-FN-30.01.2024

Professional Development

15 Qs

How to make applying for jobs less painful

How to make applying for jobs less painful

Professional Development

16 Qs

Face Detetcion And Recognition

Face Detetcion And Recognition

Professional Development

20 Qs

Review I English for Room Division

Review I English for Room Division

University - Professional Development

15 Qs

RMP MCA-22.01.24-searching and sorting-FN

RMP MCA-22.01.24-searching and sorting-FN

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?