No description
Find a file
Parnic 166281cf7c
Day 25
This is terrible, but it's Christmas and I don't want to solve this intense graph theory problem right now. I fed the parsed graph into graphviz so I could see where the connections were, then had the code sever them and calculate the independent graph sizes.

Maybe I'll find a real solve for this later...but probably not.
2023-12-25 17:06:36 -06:00
.idea/.idea.advent-of-code-2023/.idea Initial commit, prep 2023-11-22 15:06:15 -06:00
inputs Day 25 2023-12-25 17:06:36 -06:00
Properties Initial commit, prep 2023-11-22 15:06:15 -06:00
src Day 25 2023-12-25 17:06:36 -06:00
.gitignore Initial commit, prep 2023-11-22 15:06:15 -06:00
advent-of-code-2023.csproj Day 25 2023-12-25 17:06:36 -06:00
advent-of-code-2023.sln Initial commit, prep 2023-11-22 15:06:15 -06:00
global.json Initial commit, prep 2023-11-22 15:06:15 -06:00
GlobalSuppressions.cs Initial commit, prep 2023-11-22 15:06:15 -06:00
README.md Initial commit, prep 2023-11-22 15:06:15 -06:00

Advent of Code 2023

My solutions to Advent of Code 2023.