2020: day10: comment typo
This commit is contained in:
parent
e2544f5160
commit
b94345ea8e
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ fn find_possibilities(jolts: &[u64], possibilities: &mut HashMap<u64, usize>) ->
|
||||||
.copied()
|
.copied()
|
||||||
// we need the index to step in the jolt slice
|
// we need the index to step in the jolt slice
|
||||||
.enumerate()
|
.enumerate()
|
||||||
// skip the current adapter one
|
// skip the current adapter
|
||||||
.skip(1)
|
.skip(1)
|
||||||
// its 3 successors can possibly be removed
|
// its 3 successors can possibly be removed
|
||||||
.take(3)
|
.take(3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue