Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannyvankooten/advent-of-code
Solutions for Advent of Code puzzles. In C, C++, Python, Rust and Golang. All years.
https://github.com/dannyvankooten/advent-of-code
advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 adventofcode
Last synced: about 2 months ago
JSON representation
Solutions for Advent of Code puzzles. In C, C++, Python, Rust and Golang. All years.
- Host: GitHub
- URL: https://github.com/dannyvankooten/advent-of-code
- Owner: dannyvankooten
- License: unlicense
- Created: 2021-03-18T14:18:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T14:29:42.000Z (11 months ago)
- Last Synced: 2024-02-19T20:32:45.530Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2016, advent-of-code-2017, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021, advent-of-code-2022, advent-of-code-2023, adventofcode
- Language: C
- Homepage:
- Size: 2.57 MB
- Stars: 33
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code: 2015 - 2023 🎄🎅🦌
My solutions for [Advent of Code](https://adventofcode.com) over the years.
- [2015](2015-c/): C
- [2016](2016-cpp/): C++
- [2017](2017-cpp/): C++
- [2018](2018-c/): C
- [2019](2019-rust/): Rust
- [2020](2020-c/): C ([all days, < 500 ms total runtime](https://dannyvankooten.com/solving-advent-of-code-2020-under-1-second/)!)
- [2021](2021-py/): Python
- [2022](2022-py/): Python / Rust
- [2023](2023-go/): Golang (all days, < 1000 ms total runtime)## License
Solution implementations are released into the public domain under the [UNLICENSE](UNLICENSE) license.
Puzzle text and inputs are all the sole property of [Advent of Code](https://adventofcode.com/) and may not be replicated or used by any other person or entity without express written consent of Advent of Code.