Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Advent of Code 2015-2024 solutions in various languages
https://github.com/bfontaine/advent-of-code

advent-of-code advent-of-code-2015 advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 advent-of-code-2024

Last synced: about 1 month ago
JSON representation

Advent of Code 2015-2024 solutions in various languages

Awesome Lists containing this project

README

        

# Advent of Code

Here are my solutions to the [Advent of Code][aoc] problems.

[aoc]: https://adventofcode.com

* [2015](./aoc2015/): Python
* [2018](./aoc2018/): Clojure
* [2019](./aoc2019/): various languages
* [2020](./aoc2020/): Python
* [2021](./aoc2021/): mostly AWK; a bit of Python
* [2022](./aoc2022/): Nim
* [2023](./aoc2023/): Python
* [2024](./aoc2024/): Python