DAA Quiz AIML '26

DAA Quiz AIML '26

University

25 Qs

quiz-placeholder

Similar activities

Algorithms final

Algorithms final

University

26 Qs

Quiz 1 (TDS Algorithm Design and Analysis - DA1A)

Quiz 1 (TDS Algorithm Design and Analysis - DA1A)

University

20 Qs

Time and Space Complexity

Time and Space Complexity

University

20 Qs

searching sorting

searching sorting

University

20 Qs

Algo Duel

Algo Duel

University

20 Qs

Sorting Techniques

Sorting Techniques

University

25 Qs

Quantitative Aptitude Series

Quantitative Aptitude Series

University

20 Qs

Sorting and Searching Algorithms Quiz - Batch 1

Sorting and Searching Algorithms Quiz - Batch 1

University

20 Qs

DAA Quiz AIML '26

DAA Quiz AIML '26

Assessment

Quiz

Computers

University

Medium

Created by

G.Krishna Dept

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dijkstra’s algorithm is used to solve __________ problems?

Network Lock

Single source shortest path

All pair shortest path

Sorting

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used for solving the N Queens Problem?

Greedy algorithm

Dynamic programming

Backtracking

Sorting

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms provide the best time complexity in the worst-case scenario?

Merge sort

Quick sort

Bubble sort

Selection sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Divide and Conquer algorithm?

Bubble Sort

Selection Sort

Heap Sort

Merge Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Another name of the fractional knapsack is?

Non-continuous knapsack problem

Divisible knapsack problem

0/1 knapsack problem

Continuous Knapsack Problem

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the correct recurrence relation for Tower of Hanoi?

T(N) = 2T(N-1)+1

T(N) = 2T(N/2)+1

T(N) = 2T(N-1)+N

T(N) = 2T(N-2)+2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best case time complexity of the binary search algorithm?

O(1)

O(n)

O(log2n)

O(n^2)

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?