https://github.com/gabryon99/cpc-2122
Repository for Competitive Programming and Contest course at UniPi M.Sc. degree (a.a. 2021/2022)
https://github.com/gabryon99/cpc-2122
competitive-programming contests cplusplus-11 stl unipi university
Last synced: 3 months ago
JSON representation
Repository for Competitive Programming and Contest course at UniPi M.Sc. degree (a.a. 2021/2022)
- Host: GitHub
- URL: https://github.com/gabryon99/cpc-2122
- Owner: gabryon99
- Created: 2021-09-13T20:20:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T10:25:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T17:17:28.652Z (over 1 year ago)
- Topics: competitive-programming, contests, cplusplus-11, stl, unipi, university
- Language: C++
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Competitive Programming and Contests
This repository contains implementations of the exercises seen at "*Competitive Programming and Contests*" course lessons (a.y. 2021/2022).
The code uses the C++20 language. To load the project you can use `CLion`.
### Exercises
| Exercise | Code |
|---------------------|---------------------------------------------------------------------------|
| Array Leaders | [./src/exercises/array_leaders.hpp](./src/exercises/array_leaders.hpp) |
| Trapping Rain Water | [./src/exercises/trapping_water.hpp](./src/exercises/trapping_water.hpp) |