Skip to content

💡 Some graph theory experiments. Contains Dijkstra and Floyd-Warshall algorithm implementations in Ruby.

Notifications You must be signed in to change notification settings

valeriansaliou/lab-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab-graphs

Some graph theory experiments. Contains Dijkstra and Floyd-Warshall algorithm implementations in Ruby.

Required environment

  • Requires Ruby v2.2.x
  • Requires Gem v2.5.x
  • Requires Bundler (gem install bundler)

How to install dependencies

  • Execute (in project directory): bundle install

How to run tests

  • Execute (in project directory): ./bin/test-suite

Tests are provisionned in ./config.rb (with source datasets + theoretically expected outputs)

About

💡 Some graph theory experiments. Contains Dijkstra and Floyd-Warshall algorithm implementations in Ruby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages