Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Popular Mathematical Algorithms in Python

Open kabyab opened this issue 6 years ago • 6 comments

DESCRIPTION

(Not a defect) I would like to implement some popular mathematical algorithms in Python 3.x

LIST OF ALGORITHMS

  • Permutations and Combinations over a board of characters (Boggle)
  • Modular Exponentiation
  • Modular multiplicative Inverse
  • Symmetric Groups and Group Operation on Symmetric Groups
  • Primality Test (Varied methods)
  • Euler's Totient function
  • Sieve of Eratosthenes
  • Convex Hull
  • Basic and Extended Euclidean Algorithms (probably done in other languages)
  • Chinese Remainder Theorem

Proposal

@prateekiiest I would be grateful if you allow me to contribute the above to this repo.

kabyab avatar Dec 09 '17 17:12 kabyab

sure @kabyab , the team will be happy to have you contribute to our project.

But at the instant, py3.x may not be supported as appveyor may fail for that (Travis CI fails for sure).

If you are ok with py2.7?

prateekiiest avatar Dec 10 '17 04:12 prateekiiest

@prateekiiest I think CircleCI supports Py 3.x Anyway I will do it in Py 2.7 ☺️

kabyab avatar Dec 10 '17 06:12 kabyab

I will check with CircleCI if it works. Anyways, awaiting your contribution to this repo 😃

prateekiiest avatar Dec 10 '17 08:12 prateekiiest

Cool!! Assign it to me then..

kabyab avatar Dec 10 '17 12:12 kabyab

I think, you have to fork the repo again, I guess otherwise you won't be able to send a PR.

prateekiiest avatar Dec 13 '17 03:12 prateekiiest

Yeah I forked it again. Thanks for mentioning!

kabyab avatar Dec 13 '17 07:12 kabyab