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.
This comment is hidden because it contains spoiler information about the solution
Not a good solution. Does not work for cases with a corner and an edge right next to each other, was fixing but accidently submitted it.
This comment is hidden because it contains spoiler information about the solution
For Julia, why switch from three spaces to two for the complex test cases? Seems unnecessary.
Understood, ty
Quick question, why is [0,0,0] test case not equal to 1 for python?
Understood. I tried to submit a set equality solution and got ornery. The accepted solutions are pretty good though admittedly.
The name is pretty terrible and misleading. Why not just scan for two adjacent '='s? Why does any assignment result in an invalid solution? It's not an "==", it's a singular '='.