Exercises for Informatics Olympiad. Contains my solutions of some tasks from mostly the italian training platform, UVa Online Judge and Kattis, respectively under the olinfo/
, uva/
and kattis/
folders. There are also solutions for problems from other platforms or competitions (e.g. Hashcode or Reply) in the more/
folder. The algorithms/
folder contains implementations of commonly used algorithms and data structures. The experiments/
folder contains other random competitive-programming-related code or visualizations.
Use the script template.py
to generate a template for a task from a platform and have it automatically opened in your editor (VSCode, VSCodium or Atom).