luzejunior / Greedy-Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling:

To compile you have to simple type make on your console:

$ make

Running:

If you want to test the Prim algorithm, you have to invoke make prim:

$ make prim

If you want to test the Dijkstra algorithm, you have to invoke make dijkstra:

$ make dijkstra

About


Languages

Language:C++ 98.5%Language:Makefile 1.5%