-
-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change: description and examples do not match #1283
Comments
Anyone who has opinions on which it should be should speak now. It is known that the tracks that had this exercise in July (the most recent data available) were all using list of coins, such as the list of tracks that had this exercise in July: clojure/exercises/change |
I would consider a list of coins clearer than an uncontextualised list of counts, so I prefer the list of coins. Another option I would consider is a mapping of coin to count. I'd accept |
I also prefer the list of coins, as it best represents one having actual change in their hands I think. |
The description states that the output is an array that lists the amounts of each coin needed:
However the tests state that the output is an array of individual coins
The text was updated successfully, but these errors were encountered: