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.
This is one of the most creative katas I've seen here. Thanks!
the combination of multiple tests per it and the test code writing to stdout is confusing.
when the solver fails a test and expands a failed test by clicking on it, there'll be a bunch of output there. except, it might not be related to the failed test but rather tests before it
also, writing out the strings directly unquoted is a pain to read, and the first line is formatted differently from the others, it's difficult to tell where things start and end and there may be leading or trailing newlines/spaces
I took it to mean the same as you. Might speaks more to probabilities so it reads like "there is 0% chance \n will be redacted." Using "may" instead speaks to permission, "Any character may be redacted (except \n)" = "\n is not allowed to be redacted".
Anyway your comment helped me solve this Kata, cheers. I was stuck on exactly this.
Thank you!
I eventually gave up on Mt Fuji and then noticed it in the random tests
The capitalisation on the V at the top is different
I don't see any difference here... I even used the same number of spaces?
nice
Really great idea for a kata to learn to break the code with, congratulations.
Thanks for the reply , rookie mistake
it is your logging that is misleading. you do not print a newline after the input, so several successive inputs are concatenated together.
I think there is a problem with the last random test case in c,there is a noise more than 4 characters long
This was a good kata, well done dinglemouse 👍👍
this is a cool kata, and doesn't seem that hard but i can't understand the clockwise/anti-clockwise part :(. can someone please explain?
Best one 😄
This comment is hidden because it contains spoiler information about the solution
Loading more items...