We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce5d76 commit b1ce44eCopy full SHA for b1ce44e
src/com/ai/astar/AStarTest.java
@@ -42,7 +42,7 @@ public static void main(String[] args) {
42
// 4 - - - - - - -
43
// 5 - - - - - - -
44
45
- //Expected output with diagonals
+ //Expected output without diagonals
46
//Node [row=2, col=1]
47
//Node [row=2, col=2]
48
//Node [row=1, col=2]
0 commit comments