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 da5e35a commit 2525e79Copy full SHA for 2525e79
src/test/java/com/thealgorithms/maths/GCDRecursionTest.java
@@ -46,4 +46,3 @@ void testGcdWithPrimeNumbers(int a, int b, int expectedGcd) {
46
assertEquals(expectedGcd, GCD.gcd(a, b));
47
}
48
49
-
0 commit comments