Shortest Path Build Status Dependency Status Code Climate

A* ruby implementation to find shortest path and map in a graph.

Requirements

This code has been run and tested on Ruby 1.8 and 1.9

Installation

This package is available in RubyGems and can be installed with:

gem install shortest_path

More Information

More information can be found on the project website on GitHub. There is extensive usage documentation available on the wiki.

Example Usage

...

License

This project is licensed under the MIT license, a copy of which can be found in the LICENSE file.

Support

Users looking for support should file an issue on the GitHub issue tracking page (https://github.com/dryade/shortest_path/issues), or file a pull request (https://github.com/dryade/shortest_path/pulls) if you have a fix available.