This app allows you to draw a graph and run Bellman-Ford algorithm on it. (https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm)
- Run program (look section "How to install")
- Build a graph by adding vertices and edges
- Add weights to edges
- Select start vertex and press 'S' on keyboard
More hints in application (if you dont see them - press F1)
- Clone the repository
- Type commands
poetry install
poetry run python main.py