Finally a use case where `LinkedList` is faster! `...
# advent-of-code
k
Finally a use case where
LinkedList
is faster!
180 ms
with
LinkedList
and iterator messing vs
2200 ms
with
ArrayList
and
removeAt
.