Nikzy7 / Algorithm-Snippets

Repo containing snippets of popular algorithms
17 stars 36 forks source link

Added binaryExponentiation.py file (Binary Exponentiation Algorithm to find the result of a^b in O(log n) time). #111

Closed Pragyanshu-rai closed 2 years ago

Pragyanshu-rai commented 3 years ago

I have explained the algorithm its source and reference and some basic information about the algorithm.