Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leomotors/advent-of-code-2021

My Code for Advent of Code 2021
https://github.com/leomotors/advent-of-code-2021

advent-of-code-2021 advent-of-code-2021-cpp

Last synced: 23 days ago
JSON representation

My Code for Advent of Code 2021

Awesome Lists containing this project

README

        

# Advent Of Code 2021

My Code for Advent of Code 2021

Participate because everyone do

Written in C++ because C++ is the best language for problem solving

**Note**: I use

```cpp
#include
using namespace std;
```

because it is what competitive programmers do

Surely not to use it on production

#### [Complexity Analysis](./complexity_analysis.md)

## My Progress

**Total Stars**: 18/50

| Day | Stars |
| --- | ----- |
| 1 | 🌟🌟 |
| 2 | 🌟🌟 |
| 3 | 🌟🌟 |
| 4 | 🌟🌟 |
| 5 | 🌟🌟 |
| 6 | 🌟🌟 |
| 7 | 🌟🌟 |
| 8 | |
| 9 | 🌟🌟 |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | 🌟🌟 |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | |

_Table Built by Smart GitHub Copilot_