Maze-Solver
varmaa23/Maze-Solver
Java
When a maze is inputted by the user, the computer will print the maze and solve it. **use MazeFormat.txt to find more information about how mazes are inputted. This program runs with one or two command-line arguments: one argument (the maze filename) solely prints the name, two arguments (maze filename and --solve) prints the maze and solves it.