aoc
2023.12.25
In aoc::
year2018::
day08
Function
aoc
::
year2018
::
day08
::
parse_node
Copy item path
source
ยท
[
−
]
fn parse_node( iter: &mut impl
Iterator
<Item =
usize
>, stack: &mut
Vec
<
usize
>, ) -> (
usize
,
usize
)