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.
I am hitting timeout exception with n=661915703. I have tried solving the problem using DP + memoization and BFS. Both the solution are encountering same timeout issue. I am unable to identify whats wrong. Any pointers will be great.
Thanks.
I am using C++ to attempt this problem.
For SumsOfPerfectSquares problem, all my test-cases are passing expect "maximally_hard_test_case1". This test-case is failing with time-out error. Is there a way to find which test in this test-set is failing?