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.
From what I can tell, the test is doing
assert s == decode(encode(s, n))
- without checking the answer in-between. so what's incorrect is your code, and you have to begin measuring/debugging at encode, not decode.Leaving the issue open as it is still poorly communicated by the test output.