Open
Description
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.
Activity
prateekiiest commentedon Dec 10, 2017
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?
kabyab commentedon Dec 10, 2017
@prateekiiest I think CircleCI supports Py 3.x Anyway I will do it in Py 2.7☺️
prateekiiest commentedon Dec 10, 2017
I will check with CircleCI if it works.
Anyways, awaiting your contribution to this repo 😃
kabyab commentedon Dec 10, 2017
Cool!! Assign it to me then..
prateekiiest commentedon Dec 13, 2017
I think, you have to fork the repo again, I guess otherwise you won't be able to send a PR.
kabyab commentedon Dec 13, 2017
Yeah I forked it again. Thanks for mentioning!