Skip to content
Medium-Easy Apply Dynamic Programming Multiple Choice

What is the minimum number of coins needed to make amount=11 with coins=[1,5,6]?

Apply — Tests ability to use knowledge in practical scenarios.

Answer Options

A 2
B 3
C 4
D 11

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 32+ more Dynamic Programming questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Dynamic Programming topic (Algorithms).

More Dynamic Programming Questions