最基础的图轮算法,使用python编写。包含Dijkstral、Prim、DFS、BFS、Edmonds-Karp算法,使用class管理这些算法,集成、易用。