Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leomotors/advent-of-code-2021
- Owner: leomotors
- Created: 2021-12-15T08:08:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T08:58:20.000Z (about 3 years ago)
- Last Synced: 2024-11-08T17:56:41.547Z (3 months ago)
- Topics: advent-of-code-2021, advent-of-code-2021-cpp
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_