Skip to content

The objective of this course is to learn how to solve a problem given by a textual description. This includes appropriate problem modeling, choice of suitable (combinatorial) algorithms, and implementing them using C/C++, STL, CGAL, and BGL.

Notifications You must be signed in to change notification settings

MirkoDeVita98/ETH_AlgoLab_2020

Repository files navigation

Algorithms Lab 2020

Overview

This repository consists of my solutions for the course Algorithms Lab at ETH Zurich, which I attended during Autumn Semester 2020.

The solutions for the problems needed to be correct, fast and created in a limited amount of time. Therefore, the coding style of these solutions is not always perfect.

My solutions were tested using automated online judge and they achieved maximal number of points.

About

The objective of this course is to learn how to solve a problem given by a textual description. This includes appropriate problem modeling, choice of suitable (combinatorial) algorithms, and implementing them using C/C++, STL, CGAL, and BGL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages