This repository includes the homeworks of Algorithm Design.
benchmark & tests
: These folders includes result of performance tests astxt
file, python plot scripts and plots or also the test scripts which is written inC
.include
: This folder includes all the header filessrc
: This folder includes all the source codesreport
: This folder includes original homeworks and reports related the homeworks which includes all explanations. Also you can find a shortcut below for reports.
To compile and run the code 01-Strassen
and 04-Dijkstra
folders have Makefile
so simply make
command will be sufficient to compile the code. For the rest, each folder has CMakeLists.txt
file so cmake -G "Unix Makefiles" CMakeLists.txt
command will produce a MakeFile
. After that again simply make
command will be sufficient to have executable.