mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
@@ -35,5 +35,4 @@ public class BinaryExponentiationTest {
|
||||
assertEquals(1, new BinaryExponentiation().power(1, 10000000000000000L));
|
||||
assertEquals(1, new BinaryExponentiation().power(1, 100000000000000000L));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user