https://github.com/fieg/graph-search
Graph Search algorithm in PHP
https://github.com/fieg/graph-search
graph-search machine-learning php
Last synced: 4 months ago
JSON representation
Graph Search algorithm in PHP
- Host: GitHub
- URL: https://github.com/fieg/graph-search
- Owner: fieg
- Created: 2014-06-02T20:06:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T22:26:53.000Z (about 12 years ago)
- Last Synced: 2025-10-28T13:57:24.496Z (8 months ago)
- Topics: graph-search, machine-learning, php
- Language: PHP
- Homepage:
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Graph Search
============
Implementation of a Graph Search algorithm in PHP.
Based on the book [Artificial Intelligence - foundations of computational agents](http://artint.info) chapter [3 States and Searching](http://artint.info/html/ArtInt_46.html).