Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peatral/advent-of-code
- Owner: Peatral
- Created: 2023-10-29T11:16:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T00:11:30.000Z (11 months ago)
- Last Synced: 2024-05-02T04:20:04.279Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2022, advent-of-code-2023
- Homepage: https://staging.peatral.xyz/everything?categories=aoc
- Size: 378 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |