Another case where 99% of the solution took as long as the last 1%, maybe I should have done all my checks with regexes. My code worked on the provided test passports but missed 1 invalid passport in my full set because I wasn't discarding unitless heights.
Another case where 99% of the solution took as long as the last 1%, maybe I should have done all my checks with regexes. My code worked on the provided test passports but missed 1 invalid passport in my full set because I wasn't discarding unitless heights.
https://github.com/TijmenK/AoC2020/blob/main/day4.py