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

https://github.com/martabal/advent-of-code-2024

my attempt to solve advent of code 2024!
https://github.com/martabal/advent-of-code-2024

Last synced: 2 months ago
JSON representation

my attempt to solve advent of code 2024!

Awesome Lists containing this project

README

        

# Advent of code 2024

This is my advent of code 2024 adventure!

My goal this year is (I hope so) to resolve everyday challenges using rust. If I have time, I create a solution for C/C++.

Ideally, the solution does not use external crates/dependencies.

## Solutions

| Day | Rust | | C++ | | C | |
| :---: | :----: | :----: | :----: | :----: | :----: | :----: |
| | Part 1 | Part 2 | Part 1 | Part 2 | Part 1 | Part 2 |
| 1 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 2 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 3 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 4 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 5 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 6 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 7 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 8 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 9 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 10 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 11 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |