aboutsummaryrefslogtreecommitdiff
path: root/2015/11/puzzle-1
blob: 913a19468195aac2fbfac36a172305584bd6656a (plain) (blame)
1
2
3
4
5
6
7
8
The starting string is “hepxcrrq”

The string must contain two sets of non-overlapping duplicates, this is best
done as having the last 5 characters be “xxyzz”.  The first 3 characters aren’t
illegal, so we don't need to change them.  This gives an end result of
“hepxxyzz”.

QED.  (I hope)