Hacktober22 icon indicating copy to clipboard operation
Hacktober22 copied to clipboard

Missing Sorting Algorithms in C++ Algos Directory

Open swoyam2609 opened this issue 2 years ago • 5 comments

Many of the popular sorting algorithms are currently unavailable in the directory. These include:

  • Bubble Sort
  • Recursive approach of Bubble Sort
  • Recursive approach of Insertion Sort
  • Counting Sort
  • Merge Sort
  • Iterative approach of Merge Sort
  • Quick Sort
  • Radix Sort
  • Selection Sort
  • Shell Sort

swoyam2609 avatar Oct 01 '22 09:10 swoyam2609

@tomriddle77 Please assign me this issue, I'd like to contribute to the repository in this regard

swoyam2609 avatar Oct 02 '22 04:10 swoyam2609

@tomriddle77 Please assign me this issue, I would like to complete this issue. I have also created a pr with a new sorting algorithm other than those mentioned in the list.

adityasandy313 avatar Oct 03 '22 16:10 adityasandy313

@tomriddle77 Can you assign this to me?

vansh-2266 avatar Oct 05 '22 21:10 vansh-2266

@tomriddle77 I have created a pull request with a remaining sorting algorithm

vansh-2266 avatar Oct 05 '22 21:10 vansh-2266

@tomriddle77 I would like to contribute, please assign this issue to me.

harsh-lohana avatar Oct 20 '22 08:10 harsh-lohana