GiantFrog / maze-solver

Assignment 1 for CSCI 446, Artifcial Intelligence. Solve a maze with depth-first, breadth-first, greedy best-first, and A* search alogirthms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maze-solver

Assignment 1 for CSCI 446, Artifcial Intelligence. Solve a maze with depth-first, breadth-first, greedy best-first, and A* search alogirthms.

Usage

java MazeSolver [filename.txt]

I'm not proud of this.

It's a rushed mess. I honestly want to go back and comb through it, for no other reason than to make it work and look a little prettier. If this message is still here, I obviously haven't done that.

About

Assignment 1 for CSCI 446, Artifcial Intelligence. Solve a maze with depth-first, breadth-first, greedy best-first, and A* search alogirthms.


Languages

Language:Java 100.0%