GUI software for graphs
- Directed
- Weighted
- Layout algorithm - Force Atlas 2 - by default in your graph tab - Oderiy Yaroslav
- Cycles find - DFS - click on vertex and choose in algorithms tab - Oderiy Yaroslav
- Dijkstra algorithm - Edsger Wybe Dijkstra - click on vertex and choose in algorithms tab - Oderiy Yaroslav
- Community detection - Louvain - not in GUI - Kharisov Bogdan
- Minimum spanning tree detection - Kosaraju - not in GUI - Kharisov Bogdan
- Strongly connected communities detection - Kruskal - not in GUI - Kharisov Bogdan
- Bridges Find - DFS - not in GUI - Tarasov Andrei
- Ford Bellman - R. Bellman L. Ford - not in GUI - Tarasov Andrei
Download project from github and start command from project root
./gradlew run- Tab system - work with graphs in different tabs. Your state will be automatic safe.
- Window system - all work with graph is in floating windows.
- Theme switch - you can easy switch theme on light and dark.
You can save and load your graph with JSON files
This project is licensed under the MIT.




