Bijay555 / Hacktoberfest-Algorithms

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
47 stars 99 forks source link

Create BinaryExponentiation.cpp #174

Open proRamLOGO opened 3 years ago

proRamLOGO commented 3 years ago

Added Recursive as well as iterative codes for Binary Exponentiation and Modular Exponentiation in C++ language.

proRamLOGO commented 3 years ago

@Bijay555 please review.