nikochiko / cool-algos

A repository for algorithms written in several languages
GNU General Public License v3.0
0 stars 10 forks source link

Add basic sorting algorithms #1

Open nikochiko opened 3 years ago

nikochiko commented 3 years ago

Use any language which isn't previously used for that algorithm - must have C++ and Go

Roshan13046 commented 3 years ago

Hi! I would like to contribute to this issue. Please assign it.

nikochiko commented 3 years ago

@Roshan13046 Sure! Just mention here which algorithms and languages you are interested in and start coding!

ashish8947 commented 3 years ago

Hi, I would like to contribute to this issue please assign the same

mayankagwl commented 3 years ago

I would love to work on this, as a part of hacktoberfest

nikochiko commented 3 years ago

Hi @mayankagwl @ashish8947 ! I won't be assigning the issue here because it has several tasks. So can you create a new issue for whatever task you are interested in (e.g. name it as Bubble Sort in C++), and then I'll assign that to you?

ashish8947 commented 3 years ago

I have raised the PR #6, please have a look

gioboa commented 3 years ago

I can add insertion and bubble sort algo in JavaScript

nikochiko commented 3 years ago

@gioboa @hnishal Sure! Go ahead. Create a new issue for whatever you want to work on. I've created some for C++, so just comment on whichever ones you are interested in

hackbansu commented 3 years ago

Adding Quick Sort in Java

hackbansu commented 3 years ago

Added Quick Sort in Java #54