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.
Great kata, perfect for practicing OOP & TDD
Thanks for the kata, had fun solving this puzzle!
I was struggling to understand why my code times out, and then I removed Console.WriteLine(maze) :))
Great kata, always fun to create interpreters for esoteric languages
Really like this solution, using Func dictionary is cool
Good solution, but better use switches in such situations as compiler will create switch hash lookups which is faster than if statements
Not sure if the author fixed it, but the tests work fine for me now
Funny thing - the tests were timing out for me and I couldn't figure out why as the solution seemed fast enough; but then I switched to C# 7.3 from Mono and got an instant pass without changing anything else! I guess the compiler really matters for some tasks.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The feeling I got after thinking that I suck at math for so many years and finally solving this kata...
This comment is hidden because it contains spoiler information about the solution
My code passes all the tests but Should_correctly_multiply_any_two_non_negative_integers_together_for_products_up_to_and_including_255,
It returns incorrect result for itegers larger than 9, can't seem to figure it out, any hints?
Expected vs actual results in tests are reversed, that was a bit confusing, great kata though
seems like there's a site-wide issue with code execution at the moment
Loading more items...