Greedy Algorithms Quiz

Greedy Algorithms Quiz

University

44 Qs

quiz-placeholder

Similar activities

Cognition/Memory/Intelligence

Cognition/Memory/Intelligence

12th Grade - University

40 Qs

Roblox

Roblox

KG - Professional Development

43 Qs

MT Division Elimination Round

MT Division Elimination Round

University

48 Qs

Ffhfhfhdhdhdhdhdhdhdhd

Ffhfhfhdhdhdhdhdhdhdhd

KG - Professional Development

49 Qs

Aptitude Test 8 ( 4th July 2021 )

Aptitude Test 8 ( 4th July 2021 )

University

48 Qs

QUIZ 1 (INTRODUCTION FA)

QUIZ 1 (INTRODUCTION FA)

10th Grade - University

40 Qs

Gr.VIA-VIIB

Gr.VIA-VIIB

University

40 Qs

quiz 5 hospitality technolog

quiz 5 hospitality technolog

University

41 Qs

Greedy Algorithms Quiz

Greedy Algorithms Quiz

Assessment

Quiz

Other

University

Medium

Created by

Sanzana Karim Lora

Used 1+ times

FREE Resource

44 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the greedy coin change algorithm to always produce an optimal solution, what must be true about the coin denominations?

Arithmetic progression

Geometric progression

Greedy choice property (canonical set)

Prime numbers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of greedy coin change assuming sorted coins?

O(n²)

O(n log n)

O(n)

O(1)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is FALSE about greedy coin change?

Always minimal coins for any coin set

Picks largest coin possible each step

May fail for some coin sets

Efficient in time complexity

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using coins {25,10,5,1}, how many coins does greedy pick to make 30?

3

2

4

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When does the greedy coin change fail?

Coins {1,3,4}, amount 6

Coins {1,5,10}, amount 15

Coins {1,2,5,10}, amount 7

Coins {1,10,25}, amount 35

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If coin denominations are unsorted, what is the impact?

No effect

May not pick largest coin first

Algorithm runs faster

Algorithm is always incorrect

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Greedy coin change picks coins in what order?

Ascending by value

Descending by value

Random order

Based on frequency

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?