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; this has been fixed. If the abundance is the same, sort the numbers in asending order like Chrono79 said.
e.g. abundance(5) should be
[20, 18, 12, 24, 30]
, not[20, 18, 12, 30, 24]
.Thanks, this has been fixed!
It looks like you're overcomplicating the solution; it's not as hard as you're making it.
Approved; thanks.
It looks like it works and has been approved. Thanks!
Both have been approved. Thanks!
This comment is hidden because it contains spoiler information about the solution
Fixed the tests to test both top-right to bottom-left and top-left to bottom-right diagonals.
Oh, there's a problem with my tests. I'll get that sorted out.
Changed the large 6x6 example grid to show this, and fixed the tests to test both top-right to bottom-left and top-left to bottom-right diagonals.