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.
Cannot solve in Common Lisp, keep timing out, but I have tried every optimization trick I can find, like narowwing the window divisors, and calculating m directly each iteration of n... what am I missing?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Even smaller and more readable than mine. Awesome solution.
I keep doing these kata because I'm continually surprised by the variety of options python gives you to solve any problem.
Kudos
In python, the condition if c > largest is true for c = 6 and largest = 542. How is 6 > 542??
Oh, I thought it was some other operator. Just a lessthanorequal. Thanks
This comment is hidden because it contains spoiler information about the solution