/advent-2022

Advent of Code 2022 (C# 11/.NET 7)

Primary LanguageC#MIT LicenseMIT

Advent of Code 2022

This project includes an implementation of the Advent of Code 2022 problems, implemented in .NET 7 and C# 11.

Video playlist of the live streams of solutions: Advent of Code 2022 Playlist

Note: The code checked into the repository here is often cleaned up after the video is complete, to better clarify the essence of the problem, reduce duplication, and improve readability. The video streams show the live coding process that I do in order to get the best possible score, but do not include the code cleanup.