De Bruijn sequences: Difference between revisions

m
→‎{{header|Perl 6}}: Remove pointless line
m (→‎{{header|Perl 6}}: Updated for changed spec.)
m (→‎{{header|Perl 6}}: Remove pointless line)
Line 119:
for 0..9999 { .fmt('%04d').say unless %chk2{ .fmt: '%04d'} }
 
put "\nReplace the 4444th character and rerun checks:";
$seq.substr-rw(4444,1) = '.';
 
Line 140 ⟶ 139:
 
Missing 4 digit PINs in the reversed sequence:
 
Replace the 4444th character and rerun checks:
 
Missing 4 digit PINs in the revised sequence:
10,333

edits