Grayův kód: Porovnání verzí

Smazaný obsah Přidaný obsah
Bez shrnutí editace
Řádek 54:
b = 0;
while( g ) {
g <<= 1;
b ^= g;
g <<>>= 1;
}
return b;