iiitv / algos

Popular Algorithms and Data Structures implemented in popular languages
MIT License
1.07k stars 496 forks source link

Modular Exponentiation [C++] #784

Closed roeticvampire closed 2 years ago

roeticvampire commented 3 years ago

This issue is about Modular Exponentiation ( here ).

vidit2512 commented 2 years ago

The same algorithm is present here