advent-of-code/2016-python2/output
Anders Englöf Ytterström e75670eaf2 Solve 2016:21 p1-2 "Scrambled Letters and Hash"
A good day to utilize lots of unit testing!

For pt 2, the code initially tried to reverse
the scramble algorithm. The final code however
got the unscrambled version by the traditional
method most password crackers would resolve to:
basic brute forcing with permutations as a list
of candidates.
2024-12-12 13:53:43 +01:00
..
__init__.py Solve 2016:17 p1-2 "Two Steps Forward" 2024-12-12 13:53:43 +01:00
day_11.py Simplify scaffold code 2024-12-12 13:53:43 +01:00
day_12.py Simplify scaffold code 2024-12-12 13:53:43 +01:00
day_13.py Simplify scaffold code 2024-12-12 13:53:43 +01:00
day_14.py Simplify scaffold code 2024-12-12 13:53:43 +01:00
day_15.py Simplify scaffold code 2024-12-12 13:53:43 +01:00
day_16.py Simplify scaffold code 2024-12-12 13:53:43 +01:00
day_17.py Solve 2016:17 p1-2 "Two Steps Forward" 2024-12-12 13:53:43 +01:00
day_18.py Solve 2016:18 p1-2 "Like a Rogue" 2024-12-12 13:53:43 +01:00
day_19.py Solve 2016:19 p1-2 "An Elephant Named Joseph" 2024-12-12 13:53:43 +01:00
day_20.py Solve 2016:20 p1-2 "Firewall Rules" 2024-12-12 13:53:43 +01:00
day_21.py Solve 2016:21 p1-2 "Scrambled Letters and Hash" 2024-12-12 13:53:43 +01:00