coin-change
Created by
SamTyler5
An algorithm that takes a monetary value, calculates the fewest coins possible to make that change and return a list of how many of each coin is returned i.e. an input of £2 should return 1 x £2 coin and an input of £2.53 should return 1 x £2, 1 50p, 1 2p, 1 1p
