Jump to content

Template:Gray code by bit width

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Matthiaspaul (talk | contribs) at 02:00, 29 October 2017 (Undid 807334190 by Cedar101 (talk) Good faith, but this breaks text flow in articles. Table should be floating right by default, or per param.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Gray code
by bit width
2-bit 4-bit
00
01
11
10

0000
0001
0011
0010
0110
0111
0101
0100
1100
1101
1111
1110
1010
1011
1001
1000
3-bit
000
001
011
010
110
111
101
100