Closed sekruse closed 7 years ago
The iteration in the Bitmask class is erroneous. The offset variable in nextSetBit is not properly reset when going to the next bits block.
Bitmask
offset
nextSetBit
bits
The iteration in the
Bitmask
class is erroneous. Theoffset
variable innextSetBit
is not properly reset when going to the nextbits
block.