Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peatral/advent-of-code

All of my advent of code attempts
https://github.com/peatral/advent-of-code

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

Last synced: 4 days ago
JSON representation

All of my advent of code attempts

Awesome Lists containing this project

README

        

# Advent of Code
This repo contains all of my (unfinished) Advent of Code attempts.

Look at the corresponding branch for each year.
The programming language may differ for each year.

| Year | Branch | Language | Days Completed |
|------|--------|----------|----------------|
| 2021 | [aoc-2021](https://github.com/Peatral/advent-of-code/tree/aoc-2021) | Java | 14/25 |
| 2022 | [aoc-2022](https://github.com/Peatral/advent-of-code/tree/aoc-2022) | JavaScript | 15/25 |
| 2023 | [aoc-2023](https://github.com/Peatral/advent-of-code/tree/aoc-2023) | JavaScript | 9/25 |