Sha256: f8605f0bed014f2b4bf767894c28ab871de5dbeb2065f36e4f79911737fb72eb
Contents?: true
Size: 883 Bytes
Versions: 1
Compression:
Stored size: 883 Bytes
Contents
# 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 ## 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.1 | README.md |