mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 21:33:54 +08:00
Update bit_manipulation/count_of_set_bits.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief Program to Count set bits in an integer
|
||||
* @brief Implementation to [count sets bits](https://www.geeksforgeeks.org/count-set-bits-in-an-integer/) in an integer.
|
||||
*
|
||||
* @details
|
||||
* Time Complexity :- O(log n)
|
||||
|
||||
Reference in New Issue
Block a user