emaballarin / algodes

Algorithmic Design homework, code (in C) and other goodies. (UniTS, Spring 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algodes

Algorithmic Design: coursework, homework, code (in C), and other goodies.

This repository contains (mainly) the coursework and homework required to access to the oral examination for the 2nd part of the course on Advanced Programming and Algorithmic Design held at the University of Trieste (Spring Semester, 2020) by prof. Alberto Casagrande.


Overview of contents:

Code:
Solved exercises:

How to compile the code:

The minimal setup requirements in order to successfully compile the code are:

  • A working C compiler (tested with: gcc (GCC) 10.1.0)
  • A working make binary and required libraries (tested with: GNU Make 4.3, for target: x86_64-pc-linux-gnu)
  • A working cmake setup (tested with: cmake version 3.17.3)

Inside a specific project directory (e.g. by following the code links above):

cmake -G "Unix Makefiles" CMakeLists.txt
make	# optionally: make -j<number of processes>

or just by using provided build.sh script.

About

Algorithmic Design homework, code (in C) and other goodies. (UniTS, Spring 2020)

License:MIT License


Languages

Language:C 92.8%Language:CMake 6.3%Language:Shell 0.7%Language:C++ 0.3%