Challenge: Money Change Again

Let’s solve the Money Change Problem again.

We'll cover the following...

Problem


Money Change Problem

Compute the minimum number of coins needed to change the given value into coins with denominations 11, 33, and 44.

Input: An integer moneymoney.

Output: The minimum number of coins with denominations 11, 33, and 44 that changes ...