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.
Programming language: Java
Challenge: Pathfinder #1
Hello.
I've stumbled over the following issue:
My code works fine for the fixedTests and the moreTests...
But when it comes to the randomTests, I get mazes like this one:
Why should that return ?
Could anyone explain that to me? The last tile is obviously a wall, which can't be entered.
Is that just an error in the java version? (java has only been solved once and maybe by 'accident'...)
Thanks in advance,
nudelchef