Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erickarpovits/competitive-programming-solutions
Solutions to competitive programming problems using C++
https://github.com/erickarpovits/competitive-programming-solutions
algorithms algorithms-and-data-structures competitive-programming contests cplusplus cplusplus-11 dmoj programming-competitions programming-concepts
Last synced: about 1 month ago
JSON representation
Solutions to competitive programming problems using C++
- Host: GitHub
- URL: https://github.com/erickarpovits/competitive-programming-solutions
- Owner: EricKarpovits
- Created: 2021-02-08T05:12:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T07:42:01.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T14:07:07.815Z (about 1 month ago)
- Topics: algorithms, algorithms-and-data-structures, competitive-programming, contests, cplusplus, cplusplus-11, dmoj, programming-competitions, programming-concepts
- Language: C++
- Homepage: https://erickarpovits.github.io/Competitive-Programming-Solutions/
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive Programming Solutions - [Eric Karpovits](https://github.com/EricKarpovits) [![](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/EricKarpovits)
`Competitive Programming` can certainly be tough. Stuck on a specific problem and not sure how to continue? Does reading the problem statement make you question your English comprehension skills? Well, you've come to the right place. When editorials aren't available, taking a peek at a solution can help overcome the wall you're currently facing.
Within this repository will contain my solutions from judges, including DM::OJ, as well as competitions, including various CCC, DMOPC, and Appleby. They might not be the most efficicent solutions but they all obtained the maximum points possible.