Skip to content

CMoonBack/Binary-Exponentiation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Exponentiation

Binary exponentiation (also known as squared exponentiation) is an advanced technique that calculates $a^n$ in $O(\log n)$ time. Here are the solving methods for binary exponentiation, both with and without modulus.

About

Binary Exponentiation in moonbit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published