fieg / graph-search
Implementation of Graph Search algorithm in PHP
Installs: 53
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/fieg/graph-search
Requires (Dev)
- phpunit/phpunit: ~4.1
This package is auto-updated.
Last update: 2025-09-29 01:40:43 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.