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.
What a kata.. why 5kyu? I believe this is at least level 4 being quite elaborate.
Also this one is much harder than Wordle (also and fairly decent 5kyu) which I cracked earlier.
for nerds only
The description is mediocre, could not "make head or tail" of the actual game rules
What I mean is that comparing with others 5 and even 4 kyu katas this seems incredibly complicated. I'm not into regex, and this was my guess of missing smth. Otherwise I am clueless of how even to approach it
Am I supposed to use bloody regex here?
Way too tough for 5kyu. Suppose no 5kyu level would be able to crack it without looking into the solution on the web
goddam it is so hard to understand how it works, despite the code itself is rather simple..
Finally solved it, but had to briefly look up in the solutions at first. Good kata with a non-standard pattern and logic, compared to what I usually face here. I suggest specifying the details more granularly as at glance it is hard to figure out how the code should be designed for non-exp ones like me. And the kata itself is not so sophisticated, hence on the relevant kyu level this kata would come in for a lot of clarifications from contestants.
Thanks for clarifying. One last thing about
beep
to check if I cottoned on it.So, in other words, this function should take no more no less time than to be able to decode the initial message, providing some kind of 'time pool'. And this pool will be exhausting once the function is called by a certain amount, so at the end of the day it should be drained down to 0.
Am I right?
Way too complex. Solutions are elegant though, but even reading them I still struggle with comprehension of how they actually work.
I'm kind of perplexed with this one, probably due to the slightly ambigious description.
There are two functions, though for me it's unclear what exactly the should return.
add_to_buffer
as I understood should return encoded str. But what are the rules? Is it strict Morse translation (when spaces are required after each letter and big space is needed between two words) or a simplified one? Could you possibly specify?beep
- what should it return? Just an integer calculating the exact time (in ms) required to decode this message to human readable?Probably the worst code I've ever seen : )
Why it appears on 6kyu level? THere must be smth wrong in ranking, because being 4kyu I even can't understand the task
Goddam that's nerdy