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.
If you use a numpy array as a return object.
Do not forget to cast it back into the original list of list object. --> like the input puzzle.
I had weird erros coming up. Understanding nothing up until my girl friend asked why are there no commas in the solution. -.-
Good coding!
Error was somewhere in the test code:
"ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()"
Wow, it does not use any conditions!
Great job.
Same issue here.