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.
Also, I enjoyed the challenge; learned something useful about JavaScript & coding in general, then just had fun with my Python solution.
From a pure coding standpoint, this is a 7 kyu kata. The added layer of having to do a bit of research if you don't know about unicode is the only extra challenge, really.
Just so I'm sure I understand, is the implication that it should be ranked as more difficult or less difficult?
Considering the lowest ranking coder who completed this kata is currently a 3kyu, I don't think it's just me. Constructive criticism time. Whoever ranked this as 6 kyu should be fired.
Yeah, I just missed the point completely, but got it finally!
They appear equal however if you inspect further they are not. The difference is hidden. This is intentional.
In the initial post, the final quote is missing. It can be a copy/paste error, but if it is not, it might mean that the
expected
contains some starnge unprintable characters.Besides the topic of the kata makes an impression that comparison of visual forms might be not good thing to do. When I copy the
expected
from your post to Notepad++, it shows some nonpriontable characters at the end.'flPJPv2xvBS8cm4orBFH'
IS equal'flPJPv2xvBS8cm4orBFH󠅑󠅧󠅯󠅪󠅮󠅷󠅕'
What's wrong with it?
Error message in random tests is wrong:
.
suggested tags:
unicode
,puzzles
148
This comment is hidden because it contains spoiler information about the solution
very nice!
Loading more items...