Skip to content

aldavidson/graph-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph-algorithms

Test implementations of graph algorithms from Skeina's Algorithm Design Manual - mainly a learning aid for myself, to make sure I've understood the algorithm.

Setup

Clone the repo, then from the top-level directory:

# Tests
Tests are written using rspec, all in the rspec directory. To run:

```ruby rspec

or for an explicit list of all tests in documentation format:
```ruby rspec --format=doc

About

Test implementations of graph algorithms from Skeina's Algorithm Design Manual

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages