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 if my name was Johnny Appleseed
This board is invalid. You must check for 3x3 blocks to have all 9 numbers.
I think there's a way to rate them, or is that only while it's in Beta...
I initially set it at 6th or 7th, but it came out as 8th Kyu.
It could also be because it was initially Clojure only. Is the Haskell harder? Not sure.
Ah--I assumed it was in JavaScript. I had to switch to python to see the python solutions, and yours is there. Sorry about that.
And man, I see what you mean! Yeah, it takes a bit of math-ing to figure out shortcuts for this--ways of simplifying so you don't have to test the entire expression, things like that. Well done on finishing it, though. Even if it's a bit hacky ;P
Still not seeing it? Really curious, now! ;P
Sounds intriguing! ;P
Did you submit your final solution? Doesn't seem to show up here.
I think it is just because it does not make it any shorter and more understandable in this case - you still have to define the function. I tried this approach, and you can see how it does not simplify the solution.
Damn, you're right. You're definitely right.
Why having a self argument that is never used?