Go to file
Parnic b4294083a3 Day 23
I solved this initially in a way that took around 15 seconds to run (check every possible combination of computers to see which ones were all connected), then did some research and found the "Bron-Kerbosch algorithm" for solving this problem, and wouldn't ya know, a named algorithm solves the problem way faster than brute force. Funny that.
2024-12-23 16:39:15 -06:00
2024-11-30 23:17:46 -06:00
2024-12-23 16:39:15 -06:00
2024-12-01 11:13:56 -06:00
2024-11-30 23:17:46 -06:00
2024-11-30 23:17:46 -06:00
2024-11-30 23:17:46 -06:00
2024-11-30 23:17:46 -06:00

Advent of Code 2024

My solutions to Advent of Code 2024.

Description
No description provided
Readme 137 KiB
Languages
C# 100%