python icon indicating copy to clipboard operation
python copied to clipboard

Do you know any algorithm in Python?

Open abranhe opened this issue 6 years ago • 10 comments

Hi, everyone!

Do you know any algorithm implementation in any language, that you wanna share with us?

Open a pull request in any of the programming languages available, or in Python this case

abranhe avatar Oct 01 '19 19:10 abranhe

hi @abranhe i have some data-structure i would be happy to add to the project

hoseinfzad avatar Oct 08 '19 15:10 hoseinfzad

Hi @abranhe can I add some algorithms?

hinevics avatar Oct 01 '20 17:10 hinevics

Hi @abranhe can I add some algorithms?

Yes sure, you are welcome to contribute!!!

abranhe avatar Oct 01 '20 17:10 abranhe

@abranhe can i add Levenshtein distance to python?

hinevics avatar Oct 01 '20 17:10 hinevics

Hi @abranhe I want to add Graham Scan algorithm. Can I make the PR ?

RadientBrain avatar Oct 02 '20 21:10 RadientBrain

Hi @abranhe I want to add Graham Scan algorithm. Can I make the PR ?

Yes that would be awesome!!!

abranhe avatar Oct 02 '20 21:10 abranhe

Ok, I have made the pull request, my pull request number is #95. You can check it and merge it. Also, I suggest that you create a new issue for the editing the hyperlinks in the README.md file. As most of the hyperlinks are giving 404 Page not Found Error.

RadientBrain avatar Oct 02 '20 21:10 RadientBrain

@RadientBrain

Ok, I have made the pull request, my pull request number is #95. You can check it and merge it. Also, I suggest that you create a new issue for the editing the hyperlinks in the README.md file. As most of the hyperlinks are giving 404 Page not Found Error.

Thanks, I have already created an issue to tackle this issue, here is the link if you want to contribute:

https://github.com/AllAlgorithms/algorithms/issues/42

abranhe avatar Oct 02 '20 23:10 abranhe

@RadientBrain

Ok, I have made the pull request, my pull request number is #95. You can check it and merge it. Also, I suggest that you create a new issue for the editing the hyperlinks in the README.md file. As most of the hyperlinks are giving 404 Page not Found Error.

Thanks, I have already created an issue to tackle this issue, here is the link if you want to contribute:

AllAlgorithms/algorithms#42

@abranhe, Thanks for considering my thoughts. Also, I would be happy to contribute but I think it would be good if other people also contribute as they will get a chance to contribute to this repo.

RadientBrain avatar Oct 02 '20 23:10 RadientBrain

@abranhe I have an implementation of a variant of the queue, which is implemented in C language. Can I rewrite the code & contribute to this repo?

thegeek13242 avatar Oct 06 '21 15:10 thegeek13242

hi @abrahamcalf can I add djikstra's algorithm?

AyushSinha29 avatar Oct 08 '22 15:10 AyushSinha29