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.
guys like you makes me want to quit programming studying))
I totally agree, it's way too easy for 4 kyu.
Your solution should run in linear time (O(n)) to pass.
I've tried several (Javascript) solutions, including one-liners with .every() (which by iteslf is an expensive operation) to simple for-loops. All of them pass the initial test but then time-out. Even loading this board took somewhere between 10-15 seconds. My guess is that I need to try this out another time, or just move on to another kata and ignore this one...
see the documentation...? ;) It's just designed this way, that's all.
nope you're not on the good path... It's all about the context... ;)
In your profile,
Click LEARN MORE button, and there you go.
I've made the Python test consistent now, so I guess resolved? ;-)
Yes, because some of the solutions has complexity dependent on alphabet size.
I guess I can add a fixed test to block them.