mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
chore: Merge pull request #768 from lvlte/issues/720
Changes for consolidation
This commit is contained in:
@@ -13,5 +13,4 @@ function BinaryCountSetBits (a) {
|
||||
return a.toString(2).split('1').length - 1
|
||||
}
|
||||
|
||||
// Run `binary_and` Function to find the binary and operation
|
||||
console.log(BinaryCountSetBits(251))
|
||||
export { BinaryCountSetBits }
|
||||
|
||||
Reference in New Issue
Block a user