This repository is used during the practice classes of "Graphe et algorithmes" course in IMT Atlantique.
This is a standard maven project so please use the according import option in your IDE (IntelliJ IDEA or Eclipse).
- Dijkstra's algorithm is implemented in
GraphToolsList - Bellman's algorithm is implemented in
GraphToolsList - Prim's algorithm is implemented in
UndirectedGraph - DFS and BFS traversals are implemented in
GraphToolsList