Algo_ds_101: Modular_Exponentiation

Created on 3 Oct 2020  路  9Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Modular_Exponentiation

Submission Type
Maths_And_Stats

Submission Description
The operation of modular exponentiation calculates the remainder when an integer b (the base) raised to the eth power (the exponent), be, is divided by a positive integer m (the modulus). In symbols, given base b, exponent e, and modulus m, the modular exponentiation c is: c = be mod m.

Folder Related To
Maths_And_Stats => Series => Modular_Exponentiation => Filename.extension

Contributors

  • [x] C++ -
  • [x] C -
  • [x] Python -
  • [x] Java -
  • [x] JavaScript -
  • [ ] TypeScript -
  • [ ] Golang -
  • [ ] Ruby -
  • [ ] php -
  • [ ] Swift -
  • [ ] C# -
C# Hacktoberfest New Submssion TypeScript first timer good first issue php ruby scala swift

All 9 comments

@Vimlesh-Kumar can you assign me this? I will do it

Hi
I would like to commit code in Python

Hi @jayaganeshkumar Please opt a language

@Mr-Vaibhav-Shukla C, C++ and Java

@Mr-Vaibhav-Shukla can you please re-assign me

@Mr-Vaibhav-Shukla done with my tasks. Can you check them out?

@Mr-Vaibhav-Shukla
I have created a PR regarding my tasks. Do see them.

Can do the js implementation

thanks everyone :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahampriyanshu picture ahampriyanshu  路  4Comments

jindalsachin picture jindalsachin  路  5Comments

Sushantrimurti picture Sushantrimurti  路  5Comments

Nirali0029 picture Nirali0029  路  4Comments

ahampriyanshu picture ahampriyanshu  路  5Comments