puzzles/coin-combo/README.md
Zoé Cassiopée Gauthier 7e4f02547b Initial commit
2024-04-02 17:01:09 -04:00

422 B
Raw Blame History

Coin combo

Puzzle from the rendezvous with cassidoo newsletter from June 6th, 2022.

Given an int array coins and an int amount, return an array of coins that add up to amount (and an empty array if its an impossible combination).

Solution posted at https://gist.github.com/zoeisnowooze/a15af326ab0eda197ed5c93e93d90926