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
Again, thanks for the feedback.
I have now implemented random tests for both functions and cleaned them up a little.
I have also made a few changes to the description and requisites of the "decrypt" function, and I believe that not all previous solutions will work now, so check it out if you want!
I see, thanks for the explanation, I did not understand it before.
I'll implement them asap.
Now, 12 out of 47 are random string test cases (I added 6 more).
I believe that they should adequately test the code now.
Hello, thanks for your feedback!
I have added a few more test cases with random strings for both parts of the kata, I think they should cover all possible cases but I'd like to hear your opinion on the matter.
@smile67 Cheers mate :)
Thanks for your feedback!
That is a completely different approach than I had thought of, and it looks much better, although a little "outside" of the requirements in the description!