An open API service indexing awesome lists of open source software.

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

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).