Nikzy7 / Algorithm-Snippets

Repo containing snippets of popular algorithms
17 stars 36 forks source link

Add sorting algorithms, any language ! #1

Closed Nikzy7 closed 3 years ago

Nikzy7 commented 3 years ago

Please mention the sorting algorithm and the language you'll be working upon. Do not forget to go through README.md. Please mention issue number in the PR. Help the people who are new to Open-Source !

TanayKulkarni commented 3 years ago

Shall I work on this?

Nikzy7 commented 3 years ago

@TanayKulkarni sure !! Just mention the algorithms and language. Also, please go through the README too !! Happy hacktoberfest!

TanayKulkarni commented 3 years ago

I'll be sharing merge, quick, selection, and insertion sort algorithms in Python

TanayKulkarni commented 3 years ago

Can this be assigned to me please! Also, do you want me to create a folder just for python solutions?

Nikzy7 commented 3 years ago

@TanayKulkarni yes please 😄

NEENA-XAVIER commented 3 years ago

I like to heap sort in Python!

adi0311 commented 3 years ago

I can add Counting Sort, Radix Sort and Bucket Sort in Python. Can you please assign this to me?

adi0311 commented 3 years ago

Added Counting Sort, Radix Sort and Bucket Sort in Python :-)

rykulkarni commented 3 years ago

Added bubble sort in python #29

Cirediallo commented 3 years ago

I'll share InsertSort in Java

Nikzy7 commented 3 years ago

@Cirediallo go ahead !

praneethacl commented 3 years ago

Can I add Shell Sort program in python?

Nikzy7 commented 3 years ago

@praneethacl assigning you shell sort !

tusharrao198 commented 3 years ago

Can I work on this? I will be writing these codes in cpp.
heap sort , merge sort, insertion sort , quick sort.

AlessandroArosio commented 3 years ago

Can I contribute with quick sort in Java? On a separate PR, I'd like to write some sorting techniques in GoLang

Nikzy7 commented 3 years ago

@tusharrao198 we already have PR for insertion and merge. Assigning you for heap and quick !

Nikzy7 commented 3 years ago

@AlessandroArosio sorry we have already have quicksort for java. Although you can make a PR for that, i'll mark it hacktoberfest-accepted. For GoLang, i'll be really grateful if you could do that. Please follow the directory structure mentioned in the README 😄

kylejosterman commented 3 years ago

Can I add merge sort in Java?

Nikzy7 commented 3 years ago

@kylejosterman sorry we already have that ! you can create a PR though, I'll mark it hacktoberfest-accepted

kylejosterman commented 3 years ago

@Nikzy7 Ahh my bad, I can work on selection sort in Java

Nikzy7 commented 3 years ago

Well, we have that too. Really sorry for that ! we don't have Radix or shell sort though ! And yeah don't worry, you can still create a PR.

kylejosterman commented 3 years ago

@Nikzy7 Hahaha I see, I can do radix sort

Nikzy7 commented 3 years ago

@kylejosterman assigning you now ! Happy hacktoberfest !

AlistairMcKellar commented 3 years ago

I'll have a go at C# merge sort

RahulRS246 commented 3 years ago

i will do counting sort in java

Cirediallo commented 3 years ago

I've add bubble sort algorithm in Java. will you check it

Alisha-Ahmed commented 3 years ago

Hey,can you assign it to me

Nikzy7 commented 3 years ago

@Alisha-Ahmed what algo would you like to work on?

Alisha-Ahmed commented 3 years ago

Bubble sort,linear and binary search in C

Nikzy7 commented 3 years ago

Sure, go ahead ! Please take a look at the README and follow the directory structure !

Alisha-Ahmed commented 3 years ago

Okay...Thank you

praneethacl commented 3 years ago

Can I add Heap_Sort in c++?

Nikzy7 commented 3 years ago

@praneethacl go ahead!

praneethacl commented 3 years ago

Can I add Counting Sort in Cpp?

Nikzy7 commented 3 years ago

@praneethacl sure !

Alisha-Ahmed commented 3 years ago

@Nikzy7 I have added the 3 algorithms.Please Check.

kartikeyaGUPTA45 commented 3 years ago

@Nikzy7, Can I add Radix Sort in C++ language Please assign to me

kartikeyaGUPTA45 commented 3 years ago

@Nikzy7, Can I Bubble sort in c++ language

kartikeyaGUPTA45 commented 3 years ago

@Nikzy7, Can I add Bucket sort in c++ language. Please assign to me