miniam / Algorithms-and-dataStructures

The algorithms and data Structures in most popular programming languages
Apache License 2.0
2 stars 21 forks source link

Create Fast Exponentiation in C #20

Closed AurumnPegasus closed 5 years ago

AurumnPegasus commented 5 years ago

I have used the very popularly used fast exponentiation in C language to find out the exponent of huge numbers in a very small period of time (logN)