You need to sign in or sign up before continuing.×
6 kyu
Minimum dollar bill's count
175jteodoro
Loading description...
Fundamentals
Arrays
Algorithms
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/93 Please join the discussion to help us identify duplicate kata and retire them.
JS: Node v14 should be used along with its appropiate assertion tools (Mocha + Chai). Refer to this and this
I found the description of this Kata to be a bit of low blow. At least one of your examples should represent an output that doesnt have a value amount dividing evenly into a single denomination. I should'nt have to find out after the fact that I need to factor for numbers that wont divide evenly. The nerve of you saying "here are no "tricky" edge cases".
Approved
That last example in the description should probably return 5, not 2?
Fixed
You should add random tests to keep people from being able to game the solution by just outputting the desired values they had seen in error messages, which if you look in the solutions you will see one solution doing that.
I agree, I really didnt get it before. Good idea :D That is my first created kata XD. Thanks a lot ^^
Just added random tests. :D