Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 359 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 359 Bytes

RushHourSolver

In this project you will write a solver for the Rush Hour game . Your input will be a file containing rush hour puzzles. You will need to solve the puzzles by getting the XX car to the exit on the right, and write the solutions in the output file.

To solve the puzzles we used graph exploration algorithms we discussed in class: BFS/DFS/A*.