Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
For better legibility.
cool solution, but why would you use such formating?
Hey, why sqInRect(5, 5) should be null? It is fine square...
Im making a recursion decision, and it seems that function should sometimes count square as 'null' and sometimes perfectly fine, f.e. if input are (10, 5).
It seems like symantic issue for me
Isn't the point of katas is to do tasks manually?
but still, can be cleaner with js syntax sugar stuff :)
why so low rating? its an logically right solution!
Dart Translation Added ;)
got it, my logical mistake, sorry. awesome exercise btw, thanks!
When returning change for 100, you have to use the biggest bills first, to not run out of the smallest.
he has 50$, i have 0 balance, in this case i just cant give 25$ charge to him
what do you mean?
You have change for the last guy if you return change the right way.
This comment is hidden because it contains spoiler information about the solution