Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

50 Qs

quiz-placeholder

Similar activities

computer networks semester quiz

computer networks semester quiz

University - Professional Development

50 Qs

Sec-D  Javascript-1

Sec-D Javascript-1

12th Grade - University

52 Qs

Data Structures

Data Structures

University

50 Qs

AHJ: Unit13-User Defined Data Types and File Organization Quiz

AHJ: Unit13-User Defined Data Types and File Organization Quiz

12th Grade - University

55 Qs

Online Assessment April 18

Online Assessment April 18

University

53 Qs

Technology

Technology

University

45 Qs

SE UNIT -3 Full-Stack Development Quiz

SE UNIT -3 Full-Stack Development Quiz

University

50 Qs

Algo&Complex-Prelim Exam

Algo&Complex-Prelim Exam

University

45 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Anisha SET

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of finding the median in two sorted arrays of sizes m and n using the optimal binary search approach?

O(m+n)

O(log(min(m,n)))

O(log(max(m,n)))

O(1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is best suited for implementing Dijkstra's Algorithm efficiently?

Stack

Queue

Priority Queue (Min-Heap)

Linked List

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst-case time complexity of QuickSort?

O(n log n)

O(n²)

O(log n)

O(n)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Knuth-Morris-Pratt (KMP) string matching algorithm, the LPS array stores:

Longest prefix which is also suffix

Longest palindrome substring

Number of mismatches

Hash value of substring

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following problems cannot be solved using Dynamic Programming?

Longest Common Subsequence

N-Queens Problem

Matrix Chain Multiplication

Coin Change Problem

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the space complexity of DFS in a graph using adjacency list (excluding recursion stack)?

O(V)

O(V+E)

O(E)

O(V*E)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal method can be used to check if a binary tree is a BST?

Preorder

Inorder

Postorder

Level Order

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?