We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2fe2e commit 1e6ba2bCopy full SHA for 1e6ba2b
bit_manipulation/count_number_of_one_bits.py
@@ -64,7 +64,7 @@ def get_set_bits_count_using_lookup_table(number: int) -> int:
64
"""
65
Count the number of set bits in a 32-bit integer using a precomputed lookup table.
66
67
- Note: I see similar approach in GeeksforGeeks, but the implementation is little different.
+ I see similar approach in GeeksforGeeks, but the implementation is different.
68
Link to Code:
69
https://www.geeksforgeeks.org/dsa/count-set-bits-integer-using-lookup-table/
70
0 commit comments