Skip to content

Remz-Jay/word-shortest-path-finder-php

Folders and files

NameName
Last commit message
Last commit date
Feb 3, 2015
Feb 3, 2015
Feb 3, 2015
Feb 3, 2015
Feb 3, 2015
Feb 3, 2015
Feb 3, 2015
Feb 3, 2015

Repository files navigation

#Word Shortest Path Finder (WSPF, not to be confused with OSPF)

PHP Implementation of an A* algoritm with hamming distance as heuristic.

##Requirements

  • A recent version of PHP that supports namespaces (>= 5.3.0).
  • Code was developed against
PHP 5.6.5 (cli) (built: Jan 26 2015 10:52:07)

##Testing

  • Clone this package
  • From the project root, run phpunit with your prefered options:
phpunit --stop-on-failure --debug
  • PHPUnit will select the manifest at <project root>/phpunit.xml by default, but you can specify your own settings if required.
  • Code Coverage Report can be found at <project root>/coverage/index.html after a full run of the testSuite.
  • JUnit Report can be found at <project root>/junit-report.xml after a full run of the testSuite.

About

PHP Implementation of an A\* algoritm with hamming distance as heuristic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages