This application is an implementation of several popular graph algorithms.
- Dijkstra alg;
- Prima alg;
- Kraskal alg;
- Floyd–Warshall alg;
- Ford-Bellman alg;
- Ford–Fulkerson alg;
For each alg there is a task. It described in Task.doc file
The app was implemented using JavaFX. Work with graphs was also implemented.