Skip to content

EMerckx/algorithms-i

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published