Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diagmatrix/advent-2024

Mi solutions for the advent of code 2024
https://github.com/diagmatrix/advent-2024

Last synced: 25 days ago
JSON representation

Mi solutions for the advent of code 2024

Awesome Lists containing this project

README

        

# advent-2024

Mi solutions for the [advent of code 2024](https://adventofcode.com/2024).
Why C++? It was the first programming language I learnt and I felt nostalgic.
Plus, I am using it in another project, so it helps me remember and learn some
neat stuff :)

## Summary

| **Day** | **Solution** | **Stars** |
|:-------:|--------------|-----------|
| 1 | [day 1](src/day_1.cpp) | 2/2 |
| 2 | [day 2](src/day_2.cpp) | 2/2 |
| 3 | [day 3](src/day_3.cpp) | 2/2 |

##

## Checking your solutions

To check for the solutions, create the following folder structure with your inputs:

```
data
|-day_1
| |-input.txt
|-day_2
.
.
.
```