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 solved the problem.
We need to get rid of nested loops.
To do this, find a pattern in the table and write an algorithm with one cycle.
You need to find a mathematical way to solve this, not summing in loops.
the same problem on js
same but i am using python, have you overcome the timeout issue yet? I am looking for other ways to to solve this kata, instead of using double for loop but am stuck. Any hints are much appreciated.