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

https://github.com/safememoryzone/aoc-2024

My solutions to AoC 2024 in Python.
https://github.com/safememoryzone/aoc-2024

Last synced: about 2 months ago
JSON representation

My solutions to AoC 2024 in Python.

Awesome Lists containing this project

README

        

# aoc-2024

My solutions to [AoC 2024](https://adventofcode.com/2024/) in Python.

## Note

These solutions are not optimized for efficiency or elegance. The code is messy and straightforward, designed solely to “get the job done.” Some parts also aren't solved.