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.