amanmehara / programming

A polyglot collection of algorithms and code snippets.
Apache License 2.0
34 stars 95 forks source link

Implementations in Python #40

Open amanmehara opened 4 years ago

thesanjeevsharma commented 4 years ago

I would like to add some algos. Please assign. :)

ayushijaiswal123 commented 3 years ago

I would like to contribute Algorithms and their corresponding implementations with Python. Please Assign !

TechTarun commented 3 years ago

I would like to add some algorithm python implementation and along with it some other scripts like sending emails using MIMEPart and smtplib. Please assign it to me.

tamerharsh commented 3 years ago

Can add few utility codes in python , Please assign.

anoop447 commented 3 years ago

Hello There! I have never contributed in open source till now and was always searching for opportunity. Can you please assign me to this. I would contribute some algorithms.

Swapnil-2001 commented 3 years ago

Hi, I would like to add a few implementations using dynamic programming. Would be glad if I am assigned this. Thanks.

GudlaArunKumar commented 3 years ago

Hi I would like do work on web scraping of Hacker news website and also JPG to PNG convertor in python for 'Hacktoberfest'. Please assign to me

theodumont commented 3 years ago

Hey, I'd like to contribute too, especially for Algorithms!

Gaurav-Zaiswal commented 3 years ago

Hello @amanmehara I'd like contribute to Class and Object part. Specifically, I would like to demonstrate concept of MRO through multiple inheritance in pyhton. Can you assign it to me, if nobody is currently working on it?

amanmehara commented 3 years ago

@Gaurav-Zaiswal thanks for interested in contributing here! PLease create a PR with MRO related code snippets. I'll merge and approve them.

Also please have a look at CONTRIBUTING.md and make changes accordingly.

amanmehara commented 3 years ago

@bryophyllum1 please create the PR with algorithm implementations. 🐍 I'll merge and approve the PR. 😃

Also please have a look at CONTRIBUTING.md and make changes accordingly.

amanmehara commented 3 years ago

@theodumont please create the PR with algorithm implementations. 🐍 I'll merge and approve the PR. 😃

Also please have a look at CONTRIBUTING.md and make changes accordingly.

devruji commented 3 years ago

Hello @amanmehara, I would like to contribute with python algorithm with sending the email via python.

Could u assign me ?

amanmehara commented 3 years ago

@devruji please create the PR directly with implementation. 🐍 I'll merge and approve the PR. 😃

Also please have a look at CONTRIBUTING.md and make changes accordingly.

puneetgarg2601 commented 3 years ago

Completed insertion sort #193 .

puneetgarg2601 commented 3 years ago

Sieve of Eratosthenes algorithm done. #214 .