kothariji / competitive-programming

A one-stop Destination✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
645 stars 496 forks source link

Create set_bit_count_using_pop_count.c #765

Closed krischal111 closed 1 year ago

krischal111 commented 1 year ago

Implemented a Brian Kerninghan Algorithm to count set bits as well as reset bets.