Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.02 KB

README.org

File metadata and controls

20 lines (19 loc) · 1.02 KB

Kattis Solutions

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.

Disclaimer

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.

Build instructions

C++ and C

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

php solution.php

License

This software is released under the terms of the GNU GPL-3 license. See LICENSE for more information or visit gnu.org.