Skip to content
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

Sorting Algorithms in C #71

Closed
div-bargali opened this issue Oct 7, 2020 · 9 comments · Fixed by #76, #107, #102, #81 or #80
Closed

Sorting Algorithms in C #71

div-bargali opened this issue Oct 7, 2020 · 9 comments · Fixed by #76, #107, #102, #81 or #80

Comments

@div-bargali
Copy link
Owner

div-bargali commented Oct 7, 2020

Implement various sorting algorithms in C.

Steps to contribute -

  1. Open a new issue stating the algorithm you want to implement.
  2. Create a new PR and reference the issue in that PR.
  3. Wait for the PR to be merged 🎉.
@adata111
Copy link

adata111 commented Oct 7, 2020

I'd like to do bubble sort, merge sort and selection sort

@SusnatoPrime007
Copy link
Contributor

I'd be doing the quick sort.

@shevya06
Copy link
Contributor

shevya06 commented Oct 7, 2020

I'd like to do insertion sort

@Krishna-Sivakumar
Copy link

I can do the merge sort.

@sayan2044
Copy link
Contributor

i will do the radix sort

@sayan2044
Copy link
Contributor

i will do the radix sort

radix sort done

@SusnatoPrime007
Copy link
Contributor

I'd like to do the heap sort.

@tushar-suthar
Copy link

i will do topological sort

@div-bargali
Copy link
Owner Author

Resolved in #76 #107 #102 #81 #80 and #75 .
Open new issues for adding more sorting algorithms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment