mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-26 14:04:17 +08:00
@ -5,7 +5,7 @@ package com.thealgorithms.divideandconquer;
|
||||
/*
|
||||
* Binary Exponentiation is a method to calculate a to the power of b.
|
||||
* It is used to calculate a^n in O(log n) time.
|
||||
*
|
||||
*
|
||||
* Reference:
|
||||
* https://iq.opengenus.org/binary-exponentiation/
|
||||
*/
|
||||
|
Reference in New Issue
Block a user