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.
Can we add this example to the Kata description to make it clearer?
This comment is hidden because it contains spoiler information about the solution
Done, thank you!
I found it very challenging, took me an hour and a half to solve :-(. Nice Kata.
Nice kata. The test cases are not good enough though. My solution produced the output 1806 (expected 1807) for input age("10/09/2104","10/09/3911"), but I could still push it through in the next submission. Also, it would be good to mention what needs to be done about leap years.
Thank you, this was a great Kata.
Thanks for the edit. Did not realize that getting the function code is as simple as toString() :-).
Thank you. Will try this out soon.
Added random test cases. Will figure out the loop validation part when I get the time.
Thank you for your feedback. This is my first Kata and I can't quite figure out how to test for loops. Could you link me to some resources? Will be adding the random tests soon.
This Kata is brilliant. Should have had a go at it before I got intimidated and looked at the solution :-(
Very nice Kata. Had fun trying to figure out a simpler solution than maintaining even/odd counts. Test cases missing for empty or single inputs.