sebschrader / aud-ws201415

Solutions for exercises in Algorithms and Datastructures (WS 2014/15)

Home Page:http://www.inf.tu-dresden.de/index.php?node_id=3590

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

Building the source files on an UNIX system is easy. Obtain cmake using your platforms recommend method (e.g. apt-get, yum, pacman etc.) and run the following commands.

Building on Windows should work too. Please consult the CMake documentation.

mkdir build
cd build
cmake ../src
make

About

Solutions for exercises in Algorithms and Datastructures (WS 2014/15)

http://www.inf.tu-dresden.de/index.php?node_id=3590


Languages

Language:C 100.0%