We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071639b commit dde1fa3Copy full SHA for dde1fa3
bit_manipulation/index_of_rightmost_set_bit.py
@@ -33,7 +33,8 @@ def get_index_of_rightmost_set_bit(number: int) -> int:
33
if __name__ == "__main__":
34
"""
35
Finding the index of rightmost set bit has some very peculiar use-cases,
36
- especially in finding missing or/and repeating numbers in a list of positive integers.
+ especially in finding missing or/and repeating numbers in a list of
37
+ positive integers.
38
39
import doctest
40
0 commit comments