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.
Scala translation
Swift translation
Do not really understand what decode function should do. I thought that logic is almost the same as in encode function but it is not and I am stuck. Can someone help me?
D translation
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Hi,
I have added a TypeScript translation.
Will anyone please review it, thanks!
I passed sample tests. For random it says I passed 1 and failed 0. The left window is outluned in red and the arrow in front of random tests is red. What is the problem? Is it not optimal enough? Did I fail randoms but it just doesnt show? Works with every case I test myself. Using C++
Can someone explain how this output is the correct answer:
Input: WEAREDISCOVEREDFLEEATONCE
with n=2
the expected output is WADCEFACTLROIREESVEEOENED
but even working it out manually I find the answer to be WAEICVRDLETNEERDSOEEFEAOC (as take every other letter and put on one other rail)?
eg
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution