Graph library allowing to represent graphs and call some of the most popular algorithms on them.
Possible graph representation:
- weighted directed graph
- weighted multi graph
- directed graph
- simple graph
Implemented algorithms:
- DFS
- BFS
- Kruskal
- Prim
- Dijkstra
- Fleury
- Critical Path Method
- Chinese Postman Problem
- Travelling Salesman Problem