Vishal1003 / Algorithms

🎓 Important Algorithms and their implementations
MIT License
33 stars 99 forks source link

Add Fast Modular Exponentiation #103

Closed parasgoyal12 closed 4 years ago

parasgoyal12 commented 4 years ago

I have added Fast Modular Exponentiation. Please Review.

parasgoyal12 commented 4 years ago

Added the binomial coefficient calculation as well. Kindly Review.