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.
Thanks for this solution. It was a good learning experience for me.
This is a cool solution and it taught me something about Go. Thanks!
Welp, forgot to delete that old print statement. Oh well.
Fixed, thank you.
This comment is hidden because it contains spoiler information about the solution
This solution was a little bit mind-blowing for someone new to Clojure.
There are ~600 monster tests. I know because I've been able to successfully solve something like 600 before timing out.
Still, your solution is failing on very first Big test and you have long way ahead. there are 100 big tests and 120 monster tests..
This comment is hidden because it contains spoiler information about the solution
Thank you, that was my first comment, and I found the proper markdown reference after having posted. Oops.
I'll keep working on it! I'm sure there's a beautiful solution somewhere.
first thing first : you should use proper markdown while displaying code
you can;t just direct brute force this kata;p you have brute force one level deeper/ahead to process sequence faster (hint)
This comment is hidden because it contains spoiler information about the solution