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.
thank you for your comment <3. i shall use string.Concat next time
Smnall notes: Second
if
could just be anelse
.. Also, take a look atstring.Concat
- it's Join without a delimiterIts test cases are not written accordingy to description. It fails on case 1 of the test, where it has given 10 charachters(block walk) but its ending point is not same as starting point, as per condition the blocks walk equal to 10 and start==end, so first test case must be false irresepective of number of characters(block walk).
103 passed & 1 failed :-(
You can print them to console. See https://docs.codewars.com/training/troubleshooting/#print-input
nvm, i've solved it. But i still want to know if it's possible to see the test cases.
This comment is hidden because it contains spoiler information about the solution