8 Forks
11 Stars
11 Watchers

graph

Graph algorithms in c++ and python. MST (Boruvka, Kruskal, Prim), TSP (double-tree, Christofides, ILP formulation + cutting planes), Eulerian path

How to download and setup graph

Open terminal and run command
git clone https://github.com/leotac/graph.git
git clone is used to create a copy or clone of graph repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with graph https://github.com/leotac/graph/archive/master.zip

Or simply clone graph with SSH
[email protected]:leotac/graph.git

If you have some problems with graph

You may open issue on graph support forum (system) here: https://github.com/leotac/graph/issues