Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 327 Bytes

algorithms-i

This is a repository for the course "Algorithms I", that I take at Ghent University. Friends of mine helped solving the problems. A special thanks to them.

Setup

Windows

> g++ std=c++11 filename.cpp
> a.exe

Linux

$ g++ std=c++11 filename.cpp
$ sudo chmod +x a.out
$ ./a.out