This is a console base interactive aplication to calculate the shortest paths between nodes in a graph using dijkstra's algorithm.
To install
bundle install
To run test
bundle exec rspec
To run
ruby run.rb
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a console base interactive aplication to calculate the shortest paths between nodes in a graph using dijkstra's algorithm.
To install
bundle install
To run test
bundle exec rspec
To run
ruby run.rb