Coin Distribution - 02 - MATLAB Cody - MATLAB Central

Problem 45422. Coin Distribution - 02

Difficulty:Rate

Prev prob https://www.mathworks.com/matlabcentral/cody/problems/45385-coin-distribution

Given a set of coins and an amount, find out how many ways the amount can be made using the coins given. Assume, there is an infinite supply of all the coins.

For instance,

 Amount = 10
 Coins  = [ 2,3,5]
 possible ways are - [2,2,2,2,2],[2,3,5],[5,5],[2,2,3,3]
 so total no. of ways = 4.

Solution Stats

57.63% Correct | 42.37% Incorrect
Last Solution submitted on Mar 19, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers21

Suggested Problems

More from this Author165

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page