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
- Host: GitHub
- URL: https://github.com/jruby/dirgra
- Owner: jruby
- License: epl-1.0
- Created: 2014-03-30T18:59:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T15:27:56.000Z (11 months ago)
- Last Synced: 2025-04-15T06:13:25.592Z (2 months ago)
- Language: Ruby
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Dirgra: Simple Directed Graph
## Building
```text
% mvn package
```## Testing
```text
% jruby -S rspec
```