Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasrayner/adventofcode2023
https://github.com/thomasrayner/adventofcode2023
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasrayner/adventofcode2023
- Owner: thomasrayner
- Created: 2023-12-01T19:19:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T04:25:59.000Z (about 1 year ago)
- Last Synced: 2024-10-26T14:59:14.312Z (3 months ago)
- Language: C#
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023 Solutions
Here's some info on [Advent of Code 2023](https://adventofcode.com/2023/about). It's basically a series of coding puzzles. It's all for fun. I usually do the puzzles daily until the lore either becomes too much for me to bother with or I run into a problem you can only solve by already knowing an obscure mathematical proof.
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. 😁