We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6544ce0 commit bcde414Copy full SHA for bcde414
src/main/java/com/thealgorithms/bitmanipulation/OnesComplement.java
@@ -8,7 +8,7 @@
8
* the complemented binary string.
9
* @return the complimented binary string
10
*/
11
-public class OnesComplement {
+public final class OnesComplement {
12
private OnesComplement() {
13
}
14
src/main/java/com/thealgorithms/bitmanipulation/TwosComplement.java
@@ -6,7 +6,7 @@
6
* @author - https://github.com/Monk-AbhinayVerma
7
* @return the two's complement of any binary number
-public class TwosComplement {
+public final class TwosComplement {
private TwosComplement() {
0 commit comments