Sha256: 44aa4c8e1374325fd045db9c9aa9ed6d52d4872bff4e2e6ce420600e8268d56e
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
# Shortest Path [](http://travis-ci.org/dryade/shortest_path?branch=master) [](https://gemnasium.com/dryade/shortest_path) [](https://codeclimate.com/github/dryade/shortest_path) 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](http://github.com/dryade/shortest_path). There is extensive usage documentation available [on the wiki](https://github.com/dryade/shortest_path/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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shortest_path-0.0.2 | README.md |