Standalone application to visualize graphs and algorithms on graphs.
- Java SDK 25
Use gradle to build and run the project automatically with:
./gradlew run
or just to build:
./gradlew build
To clear cache after build run:
./gradlew clean
Run unit tests with:
./gradlew test
You can generate javadoc documentation with gradle:
./gradlew javadoc
You will find the generated docs in app/build/docs/javadoc.
