Skip to content

Opening book details…

About this document

Coin Distribution Problem Solution by 101ARNAB CHAKRABORTY is a document available to read on EtoBox.

The document presents a problem of determining the minimum number of coins needed to form any value from 1 to N using coin denominations of 1, 2, and 5 Rupees. It provides an example with N equal to 13, where the solution requires 6 coins: 1 five Rupee, 3 two Rupee, and 2 one Rupee coins. Additionally, it includes a sample C code to compute the required number of coins based on the input value.

Author
101ARNAB CHAKRABORTY
Language
EN