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

8 lines
422 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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