Add more algorithms #7

Closed
opened 2026-01-29 15:00:14 +00:00 by claunia · 25 comments
Owner

Originally created by @AnupKumarPanwar on GitHub (Sep 28, 2017).

Please add more algorithms to this repo.

See the structure and README of this repo for reference
https://github.com/TheAlgorithms/Python

Originally created by @AnupKumarPanwar on GitHub (Sep 28, 2017). Please add more algorithms to this repo. See the structure and README of this repo for reference https://github.com/TheAlgorithms/Python
claunia added the hacktoberfest label 2026-01-29 15:00:14 +00:00
Author
Owner

@prakamya-mishra commented on GitHub (Sep 28, 2017):

I would like to contribute merge sort algorithm for hactoberfest. when should i give a pull request for it after 1st october ?

@prakamya-mishra commented on GitHub (Sep 28, 2017): I would like to contribute merge sort algorithm for hactoberfest. when should i give a pull request for it after 1st october ?
Author
Owner

@prakamya-mishra commented on GitHub (Sep 28, 2017):

Sorry I meant code for All types of Linked List not merge sort.

@prakamya-mishra commented on GitHub (Sep 28, 2017): Sorry I meant code for All types of Linked List not merge sort.
Author
Owner

@AnupKumarPanwar commented on GitHub (Sep 28, 2017):

Yeah sure, go ahead and send pull request

@AnupKumarPanwar commented on GitHub (Sep 28, 2017): Yeah sure, go ahead and send pull request
Author
Owner

@prakamya-mishra commented on GitHub (Sep 28, 2017):

Please look over #38

@prakamya-mishra commented on GitHub (Sep 28, 2017): Please look over #38
Author
Owner

@prakamya-mishra commented on GitHub (Sep 28, 2017):

rest all i will send after october 1st

@prakamya-mishra commented on GitHub (Sep 28, 2017): rest all i will send after october 1st
Author
Owner

@AnupKumarPanwar commented on GitHub (Sep 28, 2017):

Merged

@AnupKumarPanwar commented on GitHub (Sep 28, 2017): Merged
Author
Owner

@prakamya-mishra commented on GitHub (Sep 28, 2017):

Thank you

@prakamya-mishra commented on GitHub (Sep 28, 2017): Thank you
Author
Owner

@prakamya-mishra commented on GitHub (Sep 28, 2017):

I have a Question:
All my pull request should reference to this issue then only will it get counted in hacktoberfest?

@prakamya-mishra commented on GitHub (Sep 28, 2017): I have a Question: All my pull request should reference to this issue then only will it get counted in hacktoberfest?
Author
Owner

@kartikey-singh commented on GitHub (Sep 29, 2017):

Please review the new fat.c added by me (Dynamic Programming Version)

@kartikey-singh commented on GitHub (Sep 29, 2017): Please review the new fat.c added by me (Dynamic Programming Version)
Author
Owner

@jebinphilipose commented on GitHub (Sep 30, 2017):

Please review my PRs (#51 and #52)

@jebinphilipose commented on GitHub (Sep 30, 2017): Please review my PRs (#51 and #52)
Author
Owner

@ssaini24 commented on GitHub (Oct 1, 2017):

hi @AnupKumarPanwar
I am a begineer. I want to contribute in Algos. Can you tell me the name of algos to contribute and which language to use?

@ssaini24 commented on GitHub (Oct 1, 2017): hi @AnupKumarPanwar I am a begineer. I want to contribute in Algos. Can you tell me the name of algos to contribute and which language to use?
Author
Owner

@prakamya-mishra commented on GitHub (Oct 1, 2017):

Please review my PR's #53

@prakamya-mishra commented on GitHub (Oct 1, 2017): Please review my PR's #53
Author
Owner

@MadhavBahl commented on GitHub (Nov 9, 2017):

Hey.
Operating systems related algorithms are missing.
If you want, i can add some?

@MadhavBahl commented on GitHub (Nov 9, 2017): Hey. Operating systems related algorithms are missing. If you want, i can add some?
Author
Owner

@hegdenaveen1 commented on GitHub (Dec 27, 2017):

Is the Project Euler Branch in this repo serious?

@hegdenaveen1 commented on GitHub (Dec 27, 2017): Is the Project Euler Branch in this repo serious?
Author
Owner

@christianbender commented on GitHub (Dec 28, 2017):

@hegdenaveen1 of course

@christianbender commented on GitHub (Dec 28, 2017): @hegdenaveen1 of course
Author
Owner

@Rupeshiya commented on GitHub (Feb 10, 2018):

hi @christianbender
i have added sorting of linked list using selection sort and also stack implementation by using array
look after #115

@Rupeshiya commented on GitHub (Feb 10, 2018): hi @christianbender i have added sorting of linked list using selection sort and also stack implementation by using array look after #115
Author
Owner

@maysanchez commented on GitHub (Aug 13, 2018):

Hi @AnupKumarPanwar
Could you review my PR #138, please ?

@maysanchez commented on GitHub (Aug 13, 2018): Hi @AnupKumarPanwar Could you review my PR #138, please ?
Author
Owner

@JRaidn commented on GitHub (Oct 2, 2018):

Please add more algorithms to this repo.

See the structure and README of this repo for reference
https://github.com/TheAlgorithms/Python

Did you want some algorithms in particular? I have one that searches the GCD of two numbers by using Euclid's Algorithm, and another one that uses that GCD to code a message using RSA Algorithm

@JRaidn commented on GitHub (Oct 2, 2018): > > > Please add more algorithms to this repo. > > See the structure and README of this repo for reference > https://github.com/TheAlgorithms/Python Did you want some algorithms in particular? I have one that searches the GCD of two numbers by using Euclid's Algorithm, and another one that uses that GCD to code a message using RSA Algorithm
Author
Owner

@deadPix3l commented on GitHub (Oct 3, 2018):

are you only looking for serious algorithms that you would want to run? there are several algorithms that are mostly for joke, but are technically regarded as real algorithms.

@deadPix3l commented on GitHub (Oct 3, 2018): are you only looking for serious algorithms that you would want to run? there are several algorithms that are mostly for joke, but are technically regarded as real algorithms.
Author
Owner

@lewist4cj commented on GitHub (Mar 28, 2019):

I think algorithms are difficult for me, I don't know how to study it.

@lewist4cj commented on GitHub (Mar 28, 2019): I think algorithms are difficult for me, I don't know how to study it.
Author
Owner

@hchasens commented on GitHub (May 6, 2019):

DFS and BFS?

@hchasens commented on GitHub (May 6, 2019): DFS and BFS?
Author
Owner

@nikhithabhupal2000 commented on GitHub (Jul 6, 2019):

Hi everyone!
I wrote the fractional knapsack and optimal merge patterns using greedy paradigm . Can I start a pull request? This is my first start to open source contribution so any suggestions would help

Thanks in advance!

@nikhithabhupal2000 commented on GitHub (Jul 6, 2019): Hi everyone! I wrote the fractional knapsack and optimal merge patterns using greedy paradigm . Can I start a pull request? This is my first start to open source contribution so any suggestions would help Thanks in advance!
Author
Owner

@siddarthspai commented on GitHub (Oct 3, 2019):

I would like to add scan and cscan disk scheduling algorithms

@siddarthspai commented on GitHub (Oct 3, 2019): I would like to add scan and cscan disk scheduling algorithms
Author
Owner

@erx-manaois commented on GitHub (Oct 5, 2019):

Hi @AnupKumarPanwar
Please look at #343 #344 #345 #346 sorting algo

@erx-manaois commented on GitHub (Oct 5, 2019): Hi @AnupKumarPanwar Please look at #343 #344 #345 #346 sorting algo
Author
Owner

@kvedala commented on GitHub (Aug 27, 2020):

Closing this issue as it seems outdated.

@kvedala commented on GitHub (Aug 27, 2020): Closing this issue as it seems outdated.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#7