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.
yes
C# has anyone managed to pass the test suite without timing out?
I managed to get tests by passing in 'Console.WriteLine($"{s} {x}")' so i could get the input values and expected outputs in order to run the tests locally, they all pass in 20ms in total (all thirteen tests). My computer is over 5 years old.
When I try my solution on the site it times out in 12000 ms without passing (or failing) any tests.
I really enjoyed trying to solve this kata, it was really good fun. Am happy to share code (there isn't very much of it).
Any help would be really appreciated. Thanks in advance : )
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
: D