An assorted set of solutions to the various algorithmic and mathematical problems on Kattis. Each directory in this repository contains one solution to a problem. The directory name will usualy correspond with the URL slug on Kattis.
This repository serves as a playground to tinker with new languages and expand my algorithmic skills.
Unaware of Kattis’ potential anti-cheating measures I can’t guarantee you not getting “punished” by uploading my solutions. For this reason I recommend against using my solutions on open.kattis.com.
At the time of writing the C/C++ solutions do not yet have Makefiles. They can however very easily be built using:
g++ -Wall -g -O2 -std=gnu++14 solution.c && ./a.out
php solution.php
This software is released under the terms of the GNU GPL-3 license. See LICENSE for more information or visit gnu.org.