3 Commits

Author SHA1 Message Date
674553d29b Refactor graph classes
- Extract base graph logic from WeightedEdgeGraph into new Graph class
- Add LabelGraph to replace old Graph class used by LanParty solver
- Rename WeightedEdgeGraph to WeightGraph and change it to use new Graph class
- Update affected solvers to use new graph classes
2025-06-13 16:43:41 +02:00
f8f431b61a Add solution for "Day 18: RAM Run", part 2 2025-05-25 21:15:11 +02:00
bb1dab33e9 Add solution for "Day 18: RAM Run", part 1 2025-05-22 18:28:47 +02:00