"C:\Program Files\Java\jdk-20\bin\java.exe" "-javaagent:C:\Users\adamu\AppData\Local\JetBrains\IntelliJ IDEA 2024.2.3\lib\idea_rt.jar=63762:C:\Users\adamu\AppData\Local\JetBrains\IntelliJ IDEA 2024.2.3\bin" -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath C:\Users\adamu\IdeaProjects\MazeSolver.java\out\production\MazeSolver.java MazeTestVisiting: (8, 7)Visiting: (9, 7)Visiting: (10, 7)Out of bounds or already visited or wall at: (10, 7)Visiting: (8, 7)Out of bounds or already visited or wall at: (8, 7)Visiting: (9, 8)Out of bounds or already visited or wall at: (9, 8)Visiting: (9, 6)Out of bounds or already visited or wall at: (9, 6)Visiting: (7, 7)Out of bounds or already visited or wall at: (7, 7)Visiting: (8, 8)Visiting: (9, 8)Out of bounds or already visited or wall at: (9, 8)Visiting: (7, 8)Out of bounds or already visited or wall at: (7, 8)Visiting: (8, 9)Out of bounds or already visited or wall at: (8, 9)Visiting: (8, 7)Out of bounds or already visited or wall at: (8, 7)Visiting: (8, 6)Visiting: (9, 6)Out of bounds or already visited or wall at: (9, 6)Visiting: (7, 6)Out of bounds or already visited or wall at: (7, 6)Visiting: (8, 7)Out of bounds or already visited or wall at: (8, 7)Visiting: (8, 5)Out of bounds or already visited or wall at: (8, 5)No path found. Correct this error
"C:\Program Files\Java\jdk-20\bin\java.exe" "-javaagent:C:\Users\adamu\AppData\Local\JetBrains\IntelliJ IDEA 2024.2.3\lib\idea_rt.jar=63762:C:\Users\adamu\AppData\Local\JetBrains\IntelliJ IDEA 2024.2.3\bin" -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath C:\Users\adamu\IdeaProjects\MazeSolver.java\out\production\MazeSolver.java MazeTest
Visiting: (8, 7)
Visiting: (9, 7)
Visiting: (10, 7)
Out of bounds or already visited or wall at: (10, 7)
Visiting: (8, 7)
Out of bounds or already visited or wall at: (8, 7)
Visiting: (9, 8)
Out of bounds or already visited or wall at: (9, 8)
Visiting: (9, 6)
Out of bounds or already visited or wall at: (9, 6)
Visiting: (7, 7)
Out of bounds or already visited or wall at: (7, 7)
Visiting: (8, 8)
Visiting: (9, 8)
Out of bounds or already visited or wall at: (9, 8)
Visiting: (7, 8)
Out of bounds or already visited or wall at: (7, 8)
Visiting: (8, 9)
Out of bounds or already visited or wall at: (8, 9)
Visiting: (8, 7)
Out of bounds or already visited or wall at: (8, 7)
Visiting: (8, 6)
Visiting: (9, 6)
Out of bounds or already visited or wall at: (9, 6)
Visiting: (7, 6)
Out of bounds or already visited or wall at: (7, 6)
Visiting: (8, 7)
Out of bounds or already visited or wall at: (8, 7)
Visiting: (8, 5)
Out of bounds or already visited or wall at: (8, 5)
No path found. Correct this error
Step by step
Solved in 2 steps