Maze Solver in Java using BFS. Computes a valid path from start 'S' to exit 'X', avoiding walls 'W'. Includes path validation and multiple test mazes.