Open your choosed algorithm folder > compile > execute. Example, to run Ford:
cd bellman-ford gcc bellman-ford.c -o ford ./ford < ford.input Inside of each folder you can find futher details about what should you give as an input and the output. Have fun!
Done by undergratuate students