jeremie1112 / All_Programs_and_algorithms

In this repository, you can add all your programs and algorithm using any coding languages
24 stars 119 forks source link

Add new Data-structures, Algorithms or Programs for hacktoberfest 2020 #1

Closed jeremie1112 closed 3 years ago

jeremie1112 commented 4 years ago

you can add any missing Data-structures, Algorithms, or Programs for hacktoberfest 2020. please read README.md first

manasivaraiya commented 4 years ago

i'd like to contribute bubble sort algorithm

snehagupta-4 commented 4 years ago

you can add any missing Data-structures, Algorithms, or Programs for hacktoberfest 2020. please read README.md first

Hey I'd like to contribute

Jasneet410 commented 4 years ago

I would like to contribute by given code for selection sort in C language. Can you assign me this?

roastedcoder commented 4 years ago

I would like to contribute for algorithm like sorting(bubble, insertion, selection, merge, quick, heap), searching(linear, binary), Dynamic programming and data structures like array, stack, queue, linked list, and basics of graph(dfs, bfs, bipartite graph, cycle dection, diameter. All these are for unweighted graph). And few advanced algorithms like Mo's algo, segment tree. Language can be c++, c, or Python

manasivaraiya commented 4 years ago

I'd also like to contribute circular queue implementation using linked list

snehagupta-4 commented 4 years ago

you can add any missing Data-structures, Algorithms, or Programs for hacktoberfest 2020. please read README.md first

Hey I'd like to contribute

Please check my PR

jeremie1112 commented 4 years ago

@roastedcoder @manasivaraiya @snehagupta-4 @Jasneet410 @ yes you can freely contribute and please add the corresponding folder for the algorithm/DS name and coding language

Jasneet410 commented 4 years ago

Added a selection sort program in C language. @jeremie1112 Selection sort in C language #19 Please check :)

ParthPali commented 4 years ago

Hi, @jeremie1112 I would like to contribute by adding an insertion sort in Java.

jeremie1112 commented 4 years ago

@ParthPali yes you can contribute

Esha-Sherring commented 4 years ago

I would like to provide insertion sort in C++ @jeremie1112

jeremie1112 commented 4 years ago

@Esha-Sherring Yes of course you can contribute

Esha-Sherring commented 4 years ago

@Esha-Sherring Yes of course you can contribute

I have sent the PR please go through it

ShrishtiRaizada commented 4 years ago

I would like to contribute by adding Bubble Sort in C. @jeremie1112

jeremie1112 commented 4 years ago

@ShrishtiRaizada Yes you can do it

NamanPatidar commented 4 years ago

I has sent you a pull request in which I added some more features in data structure like : -> Doubly linked list -> circular Queue -> circular linked list -> stack implementation using array. please.. accept and merge my pull request.

jeremie1112 commented 4 years ago

@NamanPatidar Okay merged them. Thank you

ShrishtiRaizada commented 4 years ago

@jeremie1112 I have sent PR for Armstrong Number in C. Please review and merge it if everything is fine.

Lakshita2002 commented 4 years ago

@jeremie1112 Please check pr #89. I added a cpp program that prints an array in a spiral manner.

nnneee commented 4 years ago

you can add any missing Data-structures, Algorithms, or Programs for hacktoberfest 2020. please read README.md first

Hi, I'd like to contribute sorting algorithms.

jeremie1112 commented 4 years ago

@nnneee Hey you can contribute and please put it in the correct folder. Thank you !

nnneee commented 4 years ago

@nnneee Hey you can contribute and please put it in the correct folder. Thank you !

Thanks! I submitted a pull request (#99).

Mieju commented 4 years ago

Hey I'd like to contribute the Selection Sort Algorithm in Java. ^^ @jeremie1112

jeremie1112 commented 4 years ago

@Mieju Yes you can contribute

Mieju commented 4 years ago

@jeremie1112 Should I also refactor all the existing Selection Sort Algorithms into one folder? Because right now they are separate and it is a bit confusing.

jeremie1112 commented 4 years ago

@Mieju Yes that would really help, I was waiting for some to make a simple PR for that. Thanks

Krishna-Pradeep-Dawalkar commented 4 years ago

I would like to contribute Quicksort sorting technique in C++ Language. : )

Mieju commented 4 years ago

@jeremie1112 Can you review my PR? ^^

shashan27 commented 4 years ago

Hey I'd like to contribute List or sorting algo in Java @jeremie1112

Thanks in advance!!

jeremie1112 commented 4 years ago

@shashan27 Yes you can contribute in both if you want.

aansari4599 commented 4 years ago

Hey @jeremie1112 I would like to add some sorting algorithms in C and C++.Can you please assign me?

Thanks!

shuai-yang commented 4 years ago

I would like to contribute by given code for union find and several string search algorithms in Java language. Can you assign me? @jeremie1112

jeremie1112 commented 4 years ago

@aansari4599 @shuai-yang yes you can do the PRs

aansari4599 commented 4 years ago

should i make separate PR for each algo? @jeremie1112

aansari4599 commented 4 years ago

Made PR for Iterative Binary Search in C. Please review it. #127

Thanks !

IsraaHamed1195566 commented 4 years ago

@jeremie1112 I want to contribute by creating a puzzle, its output will be a specific sentence, by Double linked list, with recursively solve in single linked List , in Java language

aansari4599 commented 4 years ago

hey @jeremie1112 I have added BFS and heapsort in C. please review it. #128

Thanks!

aansari4599 commented 4 years ago

hey @jeremie1112 I have added DFS for graphs in C.please review it . #130

Thanks !

aansari4599 commented 4 years ago

hey @jeremie1112 I have added some more algorithms in C. Please review #133.

Thanks !

JukMR commented 4 years ago

Hi! I would like to add an implementation of the HeapSort Algorith written in Python3! Hopes someone finds this useful. Thanks and happy hacktoberfest 2020!!

jeremie1112 commented 4 years ago

@IsraaHamed1195566 yes you can do it.

@aansari4599 @JukMR Thank you for your PRs

nitish0798 commented 4 years ago

May I contribute algorithms like binary search tree implementation,adding new element in a linked list? i think it is vey importnt when we are given a position and values and question is how to add them into a linked list at a given postion.

jeremie1112 commented 4 years ago

@nitish705702 yes of course you can do that.