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.
Hello guys! I have a question here, i can get correct answer on my computer like this:
1:aaa/1:uuu/2:jjj/1:cc/1:mm/1:pp/1:qq/1:rr/2:bb/2:ee/2:gg/2:ii/2:ll/2:nn' when s1 =".pbqqNgautFpiauSumjsMrcamXrcxe" s2 = "KnjtiOjgdyUleebLxpns)jwbiOrzgl"
But when I run the code in the codewar environment, my code outcomes become to:
It should work for random tests too - Expected: '1:aaa/1:uuu/2:jjj/1:cc/1:mm/1:pp/1:qq/1:rr/2:bb/2:ee/2:gg/2:ii/2:ll/2:nn', instead got: '1:aaa/1:uuu/2:jjj/1:pp/1:qq/1:rr/2:nn/1:cc/2:ee/2:gg/2:ii/1:mm/2:ll/2:bb'
I am confused about why my answers become to '1:aaa/1:uuu/2:jjj/1:pp/1:qq/1:rr/2:nn/1:cc/2:ee/2:gg/2:ii/1:mm/2:ll/2:bb'
For your case I can get 48 from my code, but I am pretty sure this Kata has some issues or the description is misleading.