Method | Description | |
---|---|---|
GetMap ( int x, int y ) : int |
Gets movement cost from the 2-dimensional map
|
|
PrintSolution ( |
Prints the solution
|
Method | Description | |
---|---|---|
Main ( string args ) : void |
public static GetMap ( int x, int y ) : int | ||
x | int | X-coordinate |
y | int | Y-coordinate |
return | int |
public static PrintSolution ( |
||
aSolution | The list that holds the solution | |
return | void |