-
Notifications
You must be signed in to change notification settings - Fork 0
drange/TileWorld
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a pedagogical framework written in Java for creating simple search algorithms, either uninformed (like BFS, DFS, IDDFS, etc.) or informed search (like A*, Greedy Best First, etc.). One can copy the BfsSolver in the Solver package to use as a template, and on that build other more advanced search algorithms. Settings are in GameSpec.java, and Main.java contains the class it will use to search.
About
Pedagogical framework for uninformed and informed searching
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published