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 a lot!
This was problem was very frustrating. More when I solved it and saw other people's solution. Most of them I tried them out and had no success because of timeout. After a lot of optimizations including caching results, using C arrays and a bit of memoization, I finally got the problem solved.
However that much work doesn't come close to other solutions, I have no idea how they got past the timeout issue without the optimizations.
Other than that, having to think so much about resources is a good experience. Even though frustrating, this kata is what fun coding is all about.
This comment is hidden because it contains spoiler information about the solution
rubocop would issue a
perceived cyclomatic complexity is too high
warning