Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattmoony/problems
Many problems ... and just as many solutions. Algorithmic problem solving is one of my favourite free time activities at the moment. 🦆
https://github.com/mattmoony/problems
challenge codeforces coding competitive-programming cses hackerrank hackerrank-solutions problem-solving projecteuler solutions spoj yosupo
Last synced: 19 days ago
JSON representation
Many problems ... and just as many solutions. Algorithmic problem solving is one of my favourite free time activities at the moment. 🦆
- Host: GitHub
- URL: https://github.com/mattmoony/problems
- Owner: MattMoony
- Created: 2020-02-06T15:56:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T06:52:43.000Z (over 4 years ago)
- Last Synced: 2025-01-05T21:12:14.606Z (about 1 month ago)
- Topics: challenge, codeforces, coding, competitive-programming, cses, hackerrank, hackerrank-solutions, problem-solving, projecteuler, solutions, spoj, yosupo
- Language: C++
- Homepage:
- Size: 430 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problems
_... and solutions_---
## About
One can only get better by practicing - and that's what this repository is about. It contains problems (and their solutions) in C++. I do this in order to improve both my C++ and problem solving / alogrithmic skills.
In a best-case scenario, I will add a new problem and its solution everyday, but since I'm currently attending college, that seems a little unlikely.
## References
I don't come up with most of the problems myself, here are my sources (also, do not look at my solutions if you haven't yet completed the challenge yourself, since I don't want to spoil it for you):
* [SPOJ](https://spoj.com)
* [Project Euler](https://projecteuler.net/)
* [Yosupo](https://judge.yosupo.jp/)
* [CSES](https://cses.fi/problemset) ([Write-Ups](cses/README.md))
* [Codeforces](https://codeforces.com/)
* [HackerRank](https://www.hackerrank.com)_This list will probably grow on in the future._
---
... Matthias M. (June 2020)