Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Add basic sorting algorithms #1

Open
8 tasks
nikochiko opened this issue Sep 30, 2020 · 10 comments
Open
8 tasks

Add basic sorting algorithms #1

nikochiko opened this issue Sep 30, 2020 · 10 comments

Comments

@nikochiko
Copy link
Owner

nikochiko commented Sep 30, 2020

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

  • Insertion Sort
  • Selection Sort
  • Bubble sort
  • Merge Sort
  • Quicksort
  • Heapsort
  • Radix Sort
  • Bucket Sort
@Roshan13046
Copy link
Contributor

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

@nikochiko
Copy link
Owner Author

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

@ashish8947
Copy link

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

@mayankagwl
Copy link
Contributor

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

@nikochiko
Copy link
Owner Author

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
Copy link

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

@gioboa
Copy link
Contributor

gioboa commented Oct 1, 2020

I can add insertion and bubble sort algo in JavaScript

@nikochiko
Copy link
Owner Author

@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
Copy link
Contributor

Adding Quick Sort in Java

@hackbansu
Copy link
Contributor

Added Quick Sort in Java #54

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants