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.
By the way, even without that string "if(maze==".") return true;" on my PC my code returns true, but in there it returns false
wtf, why if i go "if(maze==".") return true;", in tests it returns false?? but if i go like "if(maze==".") return 1010;", then it returns 1010! Then how i can solve this kata in java?