https://github.com/chrispritchard/adventofcode
My solutions to the Advent of Code across various years
https://github.com/chrispritchard/adventofcode
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 advent-of-code-fsharp fsharp
Last synced: 11 days ago
JSON representation
My solutions to the Advent of Code across various years
- Host: GitHub
- URL: https://github.com/chrispritchard/adventofcode
- Owner: ChrisPritchard
- Created: 2018-12-06T02:33:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T23:50:28.000Z (about 2 months ago)
- Last Synced: 2025-03-29T15:11:27.204Z (about 1 month 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, advent-of-code-fsharp, fsharp
- Language: F#
- Homepage:
- Size: 14.5 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
My solutions to the Advent of Code competition:
I started with 2018, 5 days late (and finished a week late). Subsequent years I've done real time, now I'm hooked, and I also went back and did the prior years all the way back to 2015.
All solutions are done using F# and dotnet core. While I use multiple languages including a lot of Go in my normal life, Advent of Code is my yearly F# kata to remind myself how beautiful that language is. I do wish it was a bit faster though for the brute forcing challenges :)
500 stars complete as of end of AoC 2024! 10 years of competitions (though I started in 2018, as I said above)