Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jochcool/adventofcode
My Advent of Code solutions
https://github.com/jochcool/adventofcode
Last synced: 10 days ago
JSON representation
My Advent of Code solutions
- Host: GitHub
- URL: https://github.com/jochcool/adventofcode
- Owner: JochCool
- Created: 2023-11-30T23:28:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T06:16:44.000Z (23 days ago)
- Last Synced: 2024-12-08T07:19:18.099Z (23 days ago)
- Language: C#
- Size: 617 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
> [!CAUTION]
> Beware of spoilers; this repository contains solutions to Advent of Code puzzles. I recommend you try to solve these by yourself first![Advent of Code](https://adventofcode.com/) is an annual series of programming puzzles created by Eric Wastl. This repository includes all my solutions to those puzzles. I have participated in 2020, 2022, 2023, and 2024 so far.
All my solutions are written in C#, using .NET with no external libraries. I write these all by myself, with only limited help from online sources if I am stuck. I do refactor them a bit after submitting my answer (so this repo doesn't have 100% "pure" solutions), and I have unit tests to ensure that they stay correct.