This is a repository containing my solutions for Kattis problems.
- Kattis is a website containing thousands of programming challenges, all of which are judged and scored on-site.
To access a problem, navigate to https://open.kattis.com/problems/problem
, replacing problem in the URL with the solution program name.
- Example: nsum.java, access problem at https://open.kattis.com/problems/nsum
- OR use table below!
- Put problems in a table with their respective links to problem, solution, and more details to it?
- Create a script/GitHub Actions to automate table updating
- Solve some already solved problems with Python
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
Meanwhile, the compiled output files will be generated in the bin
folder by default.