Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popular Mathematical Algorithms in Python #150

Open
kabyab opened this issue Dec 9, 2017 · 6 comments
Open

Popular Mathematical Algorithms in Python #150

kabyab opened this issue Dec 9, 2017 · 6 comments
Assignees
Labels

Comments

@kabyab
Copy link

kabyab commented Dec 9, 2017

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.

@prateekiiest
Copy link
Member

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
Copy link
Author

kabyab commented Dec 10, 2017

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

@prateekiiest
Copy link
Member

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

@kabyab
Copy link
Author

kabyab commented Dec 10, 2017

Cool!! Assign it to me then..

@prateekiiest
Copy link
Member

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

@kabyab
Copy link
Author

kabyab commented Dec 13, 2017

Yeah I forked it again. Thanks for mentioning!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants