Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bfontaine/advent-of-code
- Owner: bfontaine
- License: mit
- Created: 2019-01-26T20:55:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T10:43:28.000Z (about 2 months ago)
- Last Synced: 2024-12-08T21:03:17.045Z (about 1 month ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 353 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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