-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more algorithms! #9
Comments
Dear @cozek , I've sent PR for adding Fibonacci series to Math. please feel free to comment or ask for any changes. |
I've also sent PR for adding algorithm of factorial to Math. |
I have merged your PR. Thank you for your contribution! |
Thanks for your kind response. |
Seems like I did an oopsie. Hahaha. No matter, the name change is just for indexing purpose. EDIT: i changed it to find_factorial. I think that solves the issue. |
I made a PR for an insertion sorting algorithm. |
Hi, I will review it soon. Thanks!
…On Sun, 2 Feb 2020 at 13:18, MatteoRaso ***@***.***> wrote:
I made a PR for an insertion sorting algorithm.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9?email_source=notifications&email_token=ACXBUNMJPJM2CTOUIMJ2S3LRAZ3GHA5CNFSM4I7HDDMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKRQEMY#issuecomment-581108275>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXBUNPLAAMW4GTWPNV4CL3RAZ3GHANCNFSM4I7HDDMA>
.
|
I made a PR for two image processing algorithms. Please review. I missed the guideline of 1 PR per algorithm, I'll keep it in mind for the future. |
Hi all, I want to contribute the jump search algorithm:
Is anyone available to review? I'd like to send a PR. Thankyou. |
Make a proper PR, maintainers will review. |
Ok, thanks. |
I have created a PR. Would you please review and suggest if any changes are required |
EDIT 6/10/20: If you are making a PR for hacktoberfest, please say so in your PR description so that I can add
the
hacktoberfest-accepted
label.This repo needs more algorithms. If you see any missing algorithms, kindly contribute.
Hackotberfest participants are welcome!
I will list some of the algorithms that are up for grabs. However, please check if the algorithm
is already in our repo before you begin working.
Feel free to help me add more items to the list. If you have any questions, ask away!
Some Guidelines:
x = y + z % adds two numbers
or is unnecessary.Sorting Algorithms:
Searching Algorithms:
Math:
Machine Learning:
NOTE: Please try to use standard datasets for these problems that are freely available
and perhaps popular, such as the iris dataset. Or datasets that are already inbuilt in Matlab/Octave.
The text was updated successfully, but these errors were encountered: