You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there's no way to find the correct keyword from encoded messages without knowing its length and putting constraints on its size (e.g. the keyword can contain repetitions, could be of only one char, etc.).
The text was updated successfully, but these errors were encountered:
I stumbled with this today. I couldn't find a deterministic way of getting the cipher. It's easy to bypass the tests with a simple heuristic (e.g. check repetition for the first n characters) but it won't always work.
I think there's no way to find the correct keyword from encoded messages without knowing its length and putting constraints on its size (e.g. the keyword can contain repetitions, could be of only one char, etc.).
The text was updated successfully, but these errors were encountered: