Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.