Application for creating graphs and visualisation graph algorithms.
dsfds.webm
- Kotlin 1.9.23
- JDK 21
Run it by
./gradlew run
You can save graphs graphs using SQLite and Neo4j
- When using Neo4j you have to enter uri, username and password to establish a connection.
- SQLite is a local database, you don't need to do anything, just select it in the application settings.
- Searching for clusters.
- Betweenness centrality.
- Graph force-directed drawing algorithm.
- Find bridges.
- Find cycles.
- Find the shortest path using Ford-Bellman and Dijkstra algorithms.
- Find strongly connected components.
- Constructing a minimal spanning tree.
The app is distributed under Unlicence, meaning we are putting this project into the public domain
We do not support contributing, so please write to the authors with your suggestions