This repository contains my solutions to the programming challenges found on Kattis.
All the solutions are accepted by Kattis.
The folder name is the problem's name on Kattis. You can find the problem by substituting [foldername] with the name of the folder: https://open.kattis.com/problems/[foldername]
Example: hello contains my solution for the problem https://open.kattis.com/problems/hello
Problems are solved mainly with C++.
You can compile the source code src.cpp by using make like this:
g++ -o src src.cpp
Where src.cpp is the solution file name
You execute the program by typing the command below. The in argument is the file that contain the test cases
./src < in