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 would fail the 'name' is null. You should do the other way around: "Zach.Equals(name)".
This is a duplicate of a more recently approved kata (4 or 5 kyu) about collecting gold on a pirate island.
Missing import
System.Collections.Generic
in solution setupThe kata needs random tests.
I'll have a look at this..
As much as I'd like to start on this kata, it doesn't seem to work...
Whatever I try, the tests don't seem to run.
7 months later, the author is still busy and still has no time to revise his kata :]
Also, the following seems incorrect:
................o<..o<....
....o<..>o..o<............
It should work for random inputs too -
Expected:
'['down', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'down', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'up']',
instead got:
'['down', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'right', 'down', 'right', 'right', 'right', 'up', 'right', 'down', 'right', 'right', 'right', 'up', 'right', 'right', 'right']'
Damn those dwarves again!
Maar nu werkt het wel! :D
Hey Frank,
Verdomd, je hebt gelijk.... Ik heb de nugget verplaatst naar een lege cel ;).
Try again?
Hey Stefan!
Kun jij je LargeMazeTest2 controleren? Ik heb het idee dat er in jouw maze in één cel zowel wall als nugget staan: x=9, y=13.
Mijn code er volgens mij niet doorheen. Hij wil dan telkens de constante die ik aan de wall geef gebruiken om verder te rekenen in plaats van de daadwerkelijke berekende lengte van de route naar de nugget.
Groetjes,
Frank