codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
204 stars 162 forks source link

Popular Mathematical Algorithms in Python #150

Open kabyab opened 6 years ago

kabyab commented 6 years ago

DESCRIPTION

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

LIST OF ALGORITHMS

Proposal

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

prateekiiest commented 6 years ago

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 commented 6 years ago

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

prateekiiest commented 6 years ago

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

kabyab commented 6 years ago

Cool!! Assign it to me then..

prateekiiest commented 6 years ago

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

kabyab commented 6 years ago

Yeah I forked it again. Thanks for mentioning!