mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-10 05:47:03 +00:00
Add more algorithms #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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):
Sorry I meant code for All types of Linked List not merge sort.
@AnupKumarPanwar commented on GitHub (Sep 28, 2017):
Yeah sure, go ahead and send pull request
@prakamya-mishra commented on GitHub (Sep 28, 2017):
Please look over #38
@prakamya-mishra commented on GitHub (Sep 28, 2017):
rest all i will send after october 1st
@AnupKumarPanwar commented on GitHub (Sep 28, 2017):
Merged
@prakamya-mishra commented on GitHub (Sep 28, 2017):
Thank you
@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?
@kartikey-singh commented on GitHub (Sep 29, 2017):
Please review the new fat.c added by me (Dynamic Programming Version)
@jebinphilipose commented on GitHub (Sep 30, 2017):
Please review my PRs (#51 and #52)
@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?
@prakamya-mishra commented on GitHub (Oct 1, 2017):
Please review my PR's #53
@MadhavBahl commented on GitHub (Nov 9, 2017):
Hey.
Operating systems related algorithms are missing.
If you want, i can add some?
@hegdenaveen1 commented on GitHub (Dec 27, 2017):
Is the Project Euler Branch in this repo serious?
@christianbender commented on GitHub (Dec 28, 2017):
@hegdenaveen1 of course
@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
@maysanchez commented on GitHub (Aug 13, 2018):
Hi @AnupKumarPanwar
Could you review my PR #138, please ?
@JRaidn commented on GitHub (Oct 2, 2018):
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
@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.
@lewist4cj commented on GitHub (Mar 28, 2019):
I think algorithms are difficult for me, I don't know how to study it.
@hchasens commented on GitHub (May 6, 2019):
DFS and BFS?
@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!
@siddarthspai commented on GitHub (Oct 3, 2019):
I would like to add scan and cscan disk scheduling algorithms
@erx-manaois commented on GitHub (Oct 5, 2019):
Hi @AnupKumarPanwar
Please look at #343 #344 #345 #346 sorting algo
@kvedala commented on GitHub (Aug 27, 2020):
Closing this issue as it seems outdated.