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 f5cc5f4 commit 3c234f3Copy full SHA for 3c234f3
src/main/java/com/thealgorithms/bitmanipulation/HighestSetBit.java
@@ -3,8 +3,8 @@
3
4
/**
5
* Find Highest Set Bit
6
- * This function calculates the position (or index) of the highest set bit (the leftmost 1 bit)
7
- * in a given binary number.
+ * This class provides a function calculating the position (or index)
+ * of the most significant bit being set to 1 in a given integer.
8
* @author Bama Charan Chhandogi (https://github.com/BamaCharanChhandogi)
9
*/
10
0 commit comments