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.
The idea is that we calc each next number manually; we know that next number is one of 3 possible routes: to increase 1st expo, 2nd or 3rd by 1. So we calc all 3 numbers (what they will become with increased expo and pick minimal), we increase expos of taken step, save number and repeat all again.
chad lmao
46 comparisions to encode 'Z' :)
not a kata issue
The task stated that you're given a valid number and examples also shown that you are in fact is getting only a Number. By converting it to a String in your code you introduced an issue about different separators and now you're solving it :)
Test is broken, always fails with "Fakes not made by the lock itself should not pass" for different solutions i tried.