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 comment is hidden because it contains spoiler information about the solution
This is great!
Good to know.
I also made a real solution for this kata beforehand, for what it's worth.
This comment is hidden because it contains spoiler information about the solution
noted.
This comment is hidden because it contains spoiler information about the solution
use intdiv() for divisions and it should work.
the division in that sequence should result in 0, not -1
took me a lot of time rethinking my approach but I finally managed to write a working solution.
Good kata!
fun kata! the decoding part took me long enough, I had almost given up.
This was one awesome series! thank you for creating it.
Of course I hope there will be more to come since I had a lot of fun solving these kata!
I agree this was very frustrating. Props to you for figuring out what the testcase actually expected though. I still have no idea how to implement the broken solution.
thank you, I have tried to correct it.
I hope it works properly now.
Hey thank you for reviewing my first kata.
That was an oversight on my part, I will fix it now!
Can anyone tell me what is wrong with my output?
I am attempting this kata in PHP but the test case errors are NOT helpful!!
output (no spoilers): https://pastebin.com/raw/xk4d5anP
error:
Line length is not equal
Failed asserting that 10 matches expected 15.
as far as I can tell, none of the lines with more than 1 word have a length of 10.