| Class | Description |
|---|---|
| BitCondensing |
Proves that the last 4 bits of a byte can hold two values
if the values are in range [0..4)
The same can be done with 4 bits and 4 bits since a byte is 8 bits
and with other types
[xx, xx, xx, xx]
so [xx, xx, 11, 11] is 3 and 3
|
| DataStructure |