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

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)

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) |