mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update bit_manipulation/count_of_set_bits.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
003b7f583e
commit
ac6ccfa717
@ -19,7 +19,7 @@
|
||||
namespace bit_manipulation {
|
||||
/**
|
||||
* @namespace bitCount
|
||||
* @brief Functions for counting set bits in binary representation of a number
|
||||
* @brief Functions for the [count sets bits](https://www.geeksforgeeks.org/count-set-bits-in-an-integer/) implementation
|
||||
*/
|
||||
namespace bitCount {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user