Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eduherminio/aoc2024

Advent of Code 2024
https://github.com/eduherminio/aoc2024

adventofcode2024 aoc-2024 aoc2023

Last synced: about 1 month ago
JSON representation

Advent of Code 2024

Awesome Lists containing this project

README

        

# Advent of Code 2024

[![CI](https://github.com/eduherminio/AoC2024/actions/workflows/ci.yml/badge.svg)](https://github.com/eduherminio/AoC2024/actions/workflows/ci.yml)

[Advent Of Code 2024](https://adventofcode.com/2024) programming puzzles.

Uses:

* [AoCHelper](https://github.com/eduherminio/AoCHelper) for generalizing AoC problem solving.

* [FileParser](https://github.com/eduherminio/FileParser) for parsing complex input files.

* [SheepTools](https://github.com/eduherminio/SheepTools) as a general purpose, utility library.