Hacktoberfest2023-Open-source- icon indicating copy to clipboard operation
Hacktoberfest2023-Open-source- copied to clipboard

Adding Quick sort

Open anishhh238 opened this issue 3 years ago • 3 comments

Quicksort is a sorting algorithm based on the divide and conquer approach where

  • An array is divided into subarrays by selecting a pivot element (element selected from the array).

While dividing the array, the pivot element should be positioned in such a way that elements less than pivot are kept on the left side and elements greater than pivot are on the right side of the pivot.

  • The left and right subarrays are also divided using the same approach. This process continues until each subarray contains a single element.
  • At this point, elements are already sorted. Finally, elements are combined to form a sorted array.

anishhh238 avatar Oct 25 '22 17:10 anishhh238

done

b19149 avatar Oct 25 '22 17:10 b19149

I want to add code for Quicksort in C++ for hacktoberfest 2022. Please assign this issue to me.

Shahnawazkhan83 avatar Oct 26 '22 05:10 Shahnawazkhan83

Hi please assign this issue to me. I want to contribute to hacktoberfest 2022

Yashasvi-b avatar Oct 27 '22 04:10 Yashasvi-b

Hi there 👋

I'm excited to contribute to Hacktoberfest 2023, and I'd like to work on this issue. It looks like a great opportunity to learn and contribute to the project.

Please assign this issue to me, and I'll start working on it right away. If you have any specific instructions or guidelines, please let me know, and I'll make sure to follow them.

Thanks a lot for considering my request!

Best regards, Prateek Sethi

prateekpr17 avatar Oct 02 '23 07:10 prateekpr17

hello sir this is my first hactoberfest and started my journey as a open source contributor can u pls assign this issue it will boost my spirit for open source thankyou

SONUKUMARRAM145 avatar Oct 04 '23 07:10 SONUKUMARRAM145

I wish to contribute. Kindly assign this to me.

saku1331 avatar Oct 04 '23 10:10 saku1331

Please assign this issue to me.

devvkumar avatar Oct 07 '23 03:10 devvkumar