tvl-depot/scratch/deepmind
William Carroll b2849682d3 Progress with InterviewCake's coin problem
I'm writing a function that returns the total number of ways a cashier can make
change given the `amount` of change that the customer needs and an array of
`coins` from which to create the change.

My solution conceptually works but it actually does not return the results I am
expecting because I cannot create a Set of Map<A, B> in JavaScript. I'm also
somewhat sure that InterviewCake is expecting a less computationally expensive
answer.
2020-03-31 14:43:03 +01:00
..
part_one Tidy up structure of briefcase 2020-02-12 16:58:29 +00:00
part_two Progress with InterviewCake's coin problem 2020-03-31 14:43:03 +01:00