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.
Great solution
Great solution
This comment is hidden because it contains spoiler information about the solution
Great solution!
This is really nice. I'm a youngling and I find this REALLY easy to understand. Great work!
What's this, I wonder???
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.
7th kyu? really? requeriments are so confusing.. im programmer not mathematician
I pass all test, but one problem is server timeout.
maybe there are shortway of formula to pass this kata, somebody give me a hint please!!!
i am using javascript anyway