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.
Your solution is provided the solved grid as a reference.
Change link in description to https://loopover.xyz/
Description should really link to https://loopover.xyz/
It's quite hard to experiment with non-square grid sizes since the code in the link provided does not seem to easily adjust to it.
mind blown. genius!
Date: Feb 5 2020
One of the test is wrong!
Go v1.12
INPUT:
[11, 19, 19, 19, 121, 144, 144, 161]
[121, 361, 361, 14641, 20736, 20736, 25921, 36100]
r: false ;
Expected: true
to equal: false
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution