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.
Sure!
The page at that link says "We are unable to show you any translations at this time. You must first complete the kata." And there is no "add new" in the lang box either.
My haskell solution contantly times out. Is there a really big test in the suite?
How do I go about that? (I am very new to this platform.)
This comment is hidden because it contains spoiler information about the solution
I do some in Python, and some in Haskell. :)
It is in Python, grouped with 9 other solutions: https://www.codewars.com/kata/reviews/563b677259afc2b5120000cd/groups/5771dc80914da65b8700008a
Take the example from the description and set target at 1214 instead of 1200:
nb_year(1000, 2, 50, 1214)
Add tests that would fail.
All tests passed even though I did not floor the intermediate numbers.