Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eduardgomezescandell/adventofcode

My soltutions to advent of code for years 2021,2022 and 2023.
https://github.com/eduardgomezescandell/adventofcode

advent-of-code advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 challenge

Last synced: about 5 hours ago
JSON representation

My soltutions to advent of code for years 2021,2022 and 2023.

Awesome Lists containing this project

README

        

# Advent of Code

This repository contains my solutions to the Advent of Code challenge for years 2021, 2022, and a work-in-progress 2023.

This challenge consists of daily problems of varying difficulty released every morning from Dec 1st to Dec 25th. The late problems are generally more complicated than the first few. The organizer provides the instructions and an input file and the solution is validated by introducing the program output in the website.

The website of the challenge can be found at https://adventofcode.com/

See all the solutions:
- [2023](./2023), written in C++.
- [2022](./2022), written in Go.
- [2021](./2021), written in C.