Advent of Code solutions in C#
Go to file
Tiago Garcia 8f4ed4d132
[2022] Day 12 added
--> Solution is slow as hell
--> Could probably use new algorithm
2023-06-24 22:27:02 +01:00
Utils Some refactoring 2023-06-24 22:26:39 +01:00
Year2022 [2022] Day 12 added 2023-06-24 22:27:02 +01:00
.gitignore .gitignore created 2023-06-07 22:56:05 +01:00
AdventOfCode.csproj Solution reorganized 2023-06-08 12:47:26 +01:00
AdventOfCode.sln Solution reorganized 2023-06-08 12:47:26 +01:00
Program.cs Solution reorganized 2023-06-08 12:47:26 +01:00
README.md [2022] Day 12 added 2023-06-24 22:27:02 +01:00

README.md

Advent of Code

Solutions for the AoC Challenges, all in C#

They might not be the best solutions but they work and that's the important part of a coders job :xdd:

Solutions organized by year, 1 file per day.

2022