mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-05 20:48:22 +08:00
Update bit_manipulation/count_of_set_bits.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
*/
|
*/
|
||||||
namespace bit_manipulation {
|
namespace bit_manipulation {
|
||||||
/**
|
/**
|
||||||
* @namespace bitCount
|
* @namespace count_of_set_bits
|
||||||
* @brief Functions for the [count sets
|
* @brief Functions for the [count sets
|
||||||
* bits](https://www.geeksforgeeks.org/count-set-bits-in-an-integer/)
|
* bits](https://www.geeksforgeeks.org/count-set-bits-in-an-integer/)
|
||||||
* implementation
|
* implementation
|
||||||
|
|||||||
Reference in New Issue
Block a user