Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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. 🦆

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)