Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 361 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 361 Bytes

What Am I?

An attempt at implementing an Iterative Deepening Search to find the shortest path from an initial point (I) to the goal (G).

This takes a while so I'm sure there is a way of optimizing it, but it's really cool to visualise it too!

Build

javac -cp bin src/IDSearch.java

Run

java -cp bin IDSearch <grid number 0-4>