User Tools

Site Tools


chess:programming:de_bruijn_sequence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
chess:programming:de_bruijn_sequence [2021/10/30 14:13] peterchess:programming:de_bruijn_sequence [2021/10/30 16:52] (current) peter
Line 55: Line 55:
 **NOTE:** The last 3 wraps around to the start to get the 4th digit. **NOTE:** The last 3 wraps around to the start to get the 4th digit.
 </WRAP> </WRAP>
 +
 +----
 +
 +===== de Bruijn values =====
 +
 +^n^de Bruijn^
 +|1|01|
 +|2|1100|
 +|3|00010111|
 +|3|01110100|
 +|4|0000100110101111|
 +|4|1111011001010000|
 +|5|11010100111011000101111100100000|
 +|6|0000001000011000101001111010001110010010110111011001101010111111|
  
 ---- ----
Line 67: Line 81:
  
 [[Chess:Programming:de Bruijn Sequence:Using a De Bruijn Sequence|Using a De Bruijn Sequence]] [[Chess:Programming:de Bruijn Sequence:Using a De Bruijn Sequence|Using a De Bruijn Sequence]]
 +
 +[[Chess:Programming:de Bruijn Sequence:8-bit Example|8-bit Example]]
  
 ---- ----
chess/programming/de_bruijn_sequence.1635603211.txt.gz · Last modified: 2021/10/30 14:13 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki