panjkov / advent-2022

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C# 99.5%Language:PowerShell 0.5%