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
- Host: GitHub
- URL: https://github.com/stypox/olympiad-exercises
- Owner: Stypox
- Created: 2019-01-30T19:42:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T19:55:52.000Z (about 1 year ago)
- Last Synced: 2025-04-04T19:07:01.305Z (about 1 year ago)
- Topics: algorithms, code-jam, competitive-programming, hash-code, ioi, kattis, oii, ois, olinfo, olympiad-in-informatics, reply-code-challenge, template, uva
- Language: C++
- Homepage:
- Size: 1.96 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).