/NumberOf1Bits

Write a function that takes the binary representation of an unsigned integer and returns the number of '1' bits it has (also known as the Hamming weight).

Primary LanguageC#

Stargazers

No one’s star this repository yet.