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 b0264b8 commit dba445fCopy full SHA for dba445f
src/test/java/com/thealgorithms/maths/PowerOfFourTest.java
@@ -1,4 +1,6 @@
1
-package com.thealgorithms.bitmanipulation;
+package com.thealgorithms.maths;
2
+
3
+import com.thealgorithms.maths.PowerOfFour;
4
5
import static org.junit.jupiter.api.Assertions.assertFalse;
6
import static org.junit.jupiter.api.Assertions.assertTrue;
@@ -34,3 +36,4 @@ void testEdgeCases() {
34
36
assertFalse(PowerOfFour.isPowerOfFour(-4));
35
37
}
38
39
0 commit comments