Skip to content

Simple directed graph project, with traces, shortest path, etc.

Notifications You must be signed in to change notification settings

akostenev/digraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digraph

Simple directed graph project, with traces, shortest path, etc.

Run

Run java -jar digraph.jar src/main/resources/input.

Build jar

mvn package creates target/digraph.jar.

Run JUNIT Tests

Run mvn test

Tested with:

% java --version
openjdk 11.0.11 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing)

About

Simple directed graph project, with traces, shortest path, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages