From 7ee363ff43d18059a2f2e2098c9256ec5916a80c Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Thu, 8 Jul 2021 09:25:04 +0530 Subject: [PATCH] Update bit_manipulation/count_of_set_bits.cpp Co-authored-by: David Leal --- bit_manipulation/count_of_set_bits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bit_manipulation/count_of_set_bits.cpp b/bit_manipulation/count_of_set_bits.cpp index 23debe709..521f7b32f 100644 --- a/bit_manipulation/count_of_set_bits.cpp +++ b/bit_manipulation/count_of_set_bits.cpp @@ -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)