Skip to content

Commit 0e090ba

Browse files
Added Ones &Twos Complement test
1 parent c0a0215 commit 0e090ba

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/java/com/thealgorithms/bitmanipulation/OnesComplementTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Test case for Highest Set Bit
10-
*
1110
* @author Abhinay Verma(https://github.com/Monk-AbhinayVerma)
1211
*/
1312
public class OnesComplementTest {

src/test/java/com/thealgorithms/bitmanipulation/TwosComplementTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
/**
88
* Test case for Highest Set Bit
9-
*
109
* @author Abhinay Verma(https://github.com/Monk-AbhinayVerma)
1110
*/
1211
public class TwosComplementTest {

0 commit comments

Comments
 (0)