ac-library icon indicating copy to clipboard operation
ac-library copied to clipboard

Update atcoder/internal_bit.hpp to use more efficient bit_ceil

Open avighnac opened this issue 8 months ago • 0 comments

This PR addresses #187 by replacing the loop-based implementation of bit_ceil with a constant-time version.

Let me know if everything looks okay.

avighnac avatar May 15 '25 00:05 avighnac