mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +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