akostenev / digraph

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 100.0%