An open API service indexing awesome lists of open source software.

https://github.com/stypox/olympiad-exercises

Competitive programming exercises for Informatics Olympiad
https://github.com/stypox/olympiad-exercises

algorithms code-jam competitive-programming hash-code ioi kattis oii ois olinfo olympiad-in-informatics reply-code-challenge template uva

Last synced: 8 months ago
JSON representation

Competitive programming exercises for Informatics Olympiad

Awesome Lists containing this project

README

          

# Olympiad exercises

Exercises for Informatics Olympiad. Contains my solutions of some tasks from mostly the [italian training platform](https://training.olinfo.it), [UVa Online Judge](https://uva.onlinejudge.org/) and [Kattis](https://open.kattis.com), 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](https://vscodium.com/) or Atom).