robot255 / Advent-of-Code-Python-Solutions

Solutions to the Programming Puzzles on the website Advent of Code.
1 stars 0 forks source link

Remove the first uniqueness check #1

Open robot255 opened 6 years ago

robot255 commented 6 years ago

https://github.com/robot255/Advent-of-Code-Python-Solutions/blob/99e7527a6c08664b53308f986d305fe4203a867f/2017/day4/passphrase_pt2.py#L5

robot255 commented 6 years ago

the sort will all cover the first check so the first uniqueness check can be improved.