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.
In python, all tests after size 12 pass.
I've tried passing [[]] and [[1]] and both pass the tests
Description is very unclear... I'm having a go in python, I don't even know where I'm supposed to return an action to make a guess
I approached this problem with A* and I can solve 3x3 puzzles.
Yet, when I start a 4x4, my solution always timesout.
My heuristic is the sum of the distance between each cell's current place and it's objective place.
Has anyone used the same approach with the same or different heuristic and finished the problem?
If I wanted to cross from A to C, A -> C, without B being already selected, would that be possible, or would that translate into A -> B, B -> C?
This kata spoils game of thrones :(