The aim of this framework is to manage graph data structure in Scala. It's initiated by a School project given by the "Ecole des Mines de Nantes"
You can find here several generics data structure such as:
- AdjacencyMatrix
- AdjacencyList
- BinaryHeap
Structured by:
- Node
- Links
- Djikstra
- Prim
- Bellman-Ford
- Research of strong connected components
- DFS
- BFS
Clément Garbay Anaël Chardan