fieg / graph-search
Implementation of Graph Search algorithm in PHP
1.0
2014-06-02 20:23 UTC
Requires (Dev)
- phpunit/phpunit: ~4.1
This package is auto-updated.
Last update: 2024-10-29 04:41:52 UTC
README
Implementation of a Graph Search algorithm in PHP.
Based on the book Artificial Intelligence - foundations of computational agents chapter 3 States and Searching.