6 kyu
Unicode Steganography
29 of 63Simple Rick
Loading description...
Puzzles
Unicode
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
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.
Just so I'm sure I understand, is the implication that it should be ranked as more difficult or less difficult?
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.
Also, I enjoyed the challenge; learned something useful about JavaScript & coding in general, then just had fun with my Python solution.
Error message in random tests is wrong:
What's wrong with it?
'flPJPv2xvBS8cm4orBFH'
IS equal'flPJPv2xvBS8cm4orBFH󠅑󠅧󠅯󠅪󠅮󠅷󠅕'
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.They appear equal however if you inspect further they are not. The difference is hidden. This is intentional.
Yeah, I just missed the point completely, but got it finally!
suggested tags:
unicode
,puzzles
.