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.
ahh, I see it now! Thanks
Those two strings are not isomorphic, you cannot get from one to the other with a 1:1 substitution cipher.
Either i'm missing something or this kata has a bug. I am passing all but 9 tests.
This example is failing: 'a: ABCBACCBA b: ABCBACCAB'. (1 1 1 1 1 2 1 1)
The patterns and length match up perfectly here so im returning true, but it's expecting false? I've been racking my brain over this for a while now and re-reading the instructions. I cannot figure out how this is expected to be false. Any advise?
ah yes, I see it now. Thank you
This comment is hidden because it contains spoiler information about the solution
The test is fine. Read the description again.
m = 1021 -> 102 - (2 x 1) -> 100 -> 10 - 0 = 10
You should return [10, 2]
Javascript: test case error: 'Test.assertSimilar(seven(1021), [10, 2])'.. 10 % 7 != 0