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 e9580a3 commit c96791dCopy full SHA for c96791d
src/main/java/com/thealgorithms/bitmanipulation/HighestSetBit.java
@@ -3,14 +3,11 @@
3
4
/**
5
* Find Highest Set Bit
6
- *
7
* This function calculates the position (or index) of the highest set bit (the leftmost 1 bit)
8
* in a given binary number.
9
10
* @author Bama Charan Chhandogi (https://github.com/BamaCharanChhandogi)
11
*/
12
13
-
14
public final class HighestSetBit {
15
private HighestSetBit() {
16
}
0 commit comments