https://github.com/dfm/adventofcode
Holiday hacking because I'm a nerd
https://github.com/dfm/adventofcode
advent-of-code 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: 3 months ago
JSON representation
Holiday hacking because I'm a nerd
- Host: GitHub
- URL: https://github.com/dfm/adventofcode
- Owner: dfm
- License: apache-2.0
- Created: 2019-12-05T15:55:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T12:23:14.000Z (6 months ago)
- Last Synced: 2025-03-27T10:21:40.650Z (3 months ago)
- Topics: advent-of-code, 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: 682 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My solutions for [Advent of Code](https://adventofcode.com/).
2024 in Python. Previous years:
- [2019 in C++11](https://github.com/dfm/adventofcode/tree/2019)
- [2020 in Haskell](https://github.com/dfm/adventofcode/tree/2020)
- [2021 in Rust](https://github.com/dfm/adventofcode/tree/2021)
- [2022 in C++20](https://github.com/dfm/adventofcode/tree/2022)
- [2023 in Rust](https://github.com/dfm/adventofcode/tree/2023)## License
Copyright 2019-2024 Daniel Foreman-Mackey
Licensed under the [Apache License](/LICENSE).