Skip to content

Popular Mathematical Algorithms in Python #150

Open
@kabyab

Description

@kabyab

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

prateekiiest commented on Dec 10, 2017

@prateekiiest
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

kabyab commented on Dec 10, 2017

@kabyab
Author

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

prateekiiest

prateekiiest commented on Dec 10, 2017

@prateekiiest
Member

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

kabyab

kabyab commented on Dec 10, 2017

@kabyab
Author

Cool!! Assign it to me then..

prateekiiest

prateekiiest commented on Dec 13, 2017

@prateekiiest
Member

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

kabyab

kabyab commented on Dec 13, 2017

@kabyab
Author

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Popular Mathematical Algorithms in Python · Issue #150 · codeIIEST/Algorithms