Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasrayner/adventofcode2021
https://github.com/thomasrayner/adventofcode2021
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasrayner/adventofcode2021
- Owner: thomasrayner
- Created: 2021-12-01T15:31:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T05:54:48.000Z (about 3 years ago)
- Last Synced: 2024-10-18T07:38:19.639Z (3 months ago)
- Language: C#
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent of Code 2021 Solutions
Here's some info on [Advent of Code 2021](https://adventofcode.com/2021/about). It's basically a series of coding puzzles. There's a few spots in Advent of Code every year where I got stuck on syntax or confused by the... "verbose"... narrative, and had to use other posted solutions as a reference. I've tried to point those spots out in the code or commit messages, but I'm not perfect, and it's all for fun anyway.
Speaking of fun, this challenge is a blast, and it's all put together by volunteers. It's been a nice way to challenge yourself in December.
I don't normally have a ton of time to optimize, but I've tried to do the best I can with the time I set aside for doing these challenges. 😁