puzzles/coin-combo/README.md

8 lines
422 B
Markdown
Raw Normal View History

2024-04-02 21:01:09 +00:00
# Coin combo
Puzzle from the [rendezvous with cassidoo](https://buttondown.email/cassidoo/archive/dont-get-bitter-just-get-better-alyssa-edwards/) 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