An open API service indexing awesome lists of open source software.

https://github.com/jruby/dirgra

Simple Directed Graph Implementation
https://github.com/jruby/dirgra

Last synced: 2 months ago
JSON representation

Simple Directed Graph Implementation

Awesome Lists containing this project

README

        

# Dirgra: Simple Directed Graph

## Building

```text
% mvn package
```

## Testing

```text
% jruby -S rspec
```