Update bit_manipulation/count_of_set_bits.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta 2021-07-09 07:15:08 +05:30 committed by GitHub
parent bf3b032bd4
commit 40e0f74512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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