Skip to content

Commit 8f51783

Browse files
committed
Mark part 2 as manually solved
1 parent 62ef22a commit 8f51783

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

day23/src/day23.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,10 @@ func main() {
6666
}
6767
}
6868
fmt.Println("Part 1:", threeCliques(graph, "t"))
69+
70+
// Part 2 was solved by inspecting the output in GraphViz:
71+
//
72+
// scripts/dotify resources/input.txt | neato -Tpdf -o <path/to/output.pdf>
73+
//
74+
// The clique can be found at the very top.
6975
}

0 commit comments

Comments
 (0)