This repository contains my solutions to the programming challenges found on Kattis.
All the solutions are accepted by Kattis. I strive to make the solutions as readable as I can. But be aware that I'm using this project to learn Python and get better at solving algorithmic challenges so the solutions may not be the most Pythonic or optimal.
The file name is the problem's name on Kattis. You can find the problem by substituting [filename] with the name of the file: https://open.kattis.com/problems/[filename]
Example: hello.py solves the problem of https://open.kattis.com/problems/hello
All these solution are solved with Python 3.6+. You can run the solutions by passing the solution file to Python in a terminal like this:
> python hello.py