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.
Opps, error in my test code for static fail message. I have fixed it. Thank you for reporting this.
The min coins problem is commonly presented with the 1 cent coin in the list and dynamic programming algotithms are used to solve them. But I have found that some students have a hard time modifing the original algorthm to work with variations if they are weak at problem solving and good at just plugging in the textbook solution. Perhaps this variation does belong to an easier level of kyu.
that kata always has a solution since it always has a coin with value 1
i have now fixed this in the description. thank you.
WOW, thank you. You found a edge case that I needed to change in my orginal solution. Try it now, I fixed it.
Thank you for finding this. I have corrected and re-published.
Hi, I have added a Go translation for Cut the Cake. This is my first translation of a kata. I did modify description for go, I don't know what needs to be done to have the new description only show for go.
Hi, I just added a Go translation.
This comment is hidden because it contains spoiler information about the solution