mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
Slightly more efficient and compact code.
This version loops the input twice, first to build the claims, and then to check whether they have been claimed more than once.
This commit is contained in:
@@ -7,3 +7,4 @@ authors = ["Bert Peters <bert@bertptrs.nl>"]
|
||||
clap = "2.32"
|
||||
regex = "1.1.0"
|
||||
chrono = "0.4.6"
|
||||
itertools = "0.7.11"
|
||||
|
||||
Reference in New Issue
Block a user