aoc
2024.12.25
In aoc::
year2024::
day23
aoc
::
year2024
::
day23
Type Alias
Input
Copy item path
Source
type Input = (
FastMap
<
usize
,
Vec
<
usize
>>,
Vec
<[
bool
;
676
]>);