https://github.com/epmatt/competitive-programming
Solutions to competitive programming challenges and contests.
https://github.com/epmatt/competitive-programming
competitive-coding competitive-programming competitive-programming-contests solutions
Last synced: about 1 year ago
JSON representation
Solutions to competitive programming challenges and contests.
- Host: GitHub
- URL: https://github.com/epmatt/competitive-programming
- Owner: EPMatt
- Created: 2019-10-28T21:51:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T23:16:52.000Z (over 4 years ago)
- Last Synced: 2025-02-09T17:41:40.084Z (over 1 year ago)
- Topics: competitive-coding, competitive-programming, competitive-programming-contests, solutions
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive Programming
This repository contains solutions for competitive programming challenges and contests I participate to once in a while.
All the submissions provided in this repository are purely original and completely my own, if not explicitly stated otherwise.
Code included here is provided without any warranty. :)
## Croatian Open Competition in Informatics
The `coci` subfolder includes submissions for [Croatian Open Competition in Informatics](http://hsin.hr/coci/).
Files are organized by year and round.
## Advent of Code
The `advent_of_code` subfolder includes submissions for the [Advent of Code](https://adventofcode.com/) programming contest.
Files are organized by year and day number.