What is Binary Exponentiation and How to use it ?
๐ Binary Exponentiation
Binary exponentiation is a efficient method of finding \( a^b \), instead of normal multiplicative solution.
You might think, Why do I even use this method when I can find the answer for this using normal multiplication.
Sm...
devsblog.hashnode.dev3 min read