Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mycarta/aoc24

Advent of Code 2024
https://github.com/mycarta/aoc24

Last synced: about 1 month ago
JSON representation

Advent of Code 2024

Awesome Lists containing this project

README

        

# AOC24
My workign solutions to the puzzels in [Advent of Code 2024](https://adventofcode.com/2024).

Constraints:
- The Repo does not contain the text of the problems or the input files, as per https://adventofcode.com/about ("Can I copy/redistribute part of Advent of Code?")
- I am using pure Python only
- I am writing my own code to get to the solutions
- I may use Anaconda Assistant for final refactoring of some working solutions