OpenGuide / C-Guide-for-Beginners

This will be an Open Guide for all beginners in Python ! You can read and learn simple C codes here , and whats more interesting is that you can even Contribute !!!
MIT License
8 stars 90 forks source link

Added a program for Fast Exponentiation #92

Open chaudhary1337 opened 5 years ago

chaudhary1337 commented 5 years ago

This program calculates the exponent of a number with time complexity (log y), where y is the power.