HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
876 stars 1.05k forks source link

Addition of Quick Sort in C #2238

Closed shadowasphodel2919 closed 3 years ago

shadowasphodel2919 commented 3 years ago

🚀 Feature

Addition of quick sort in cp in C language.

Have you read the Contributing Guidelines on Pull Requests?

Yes.

Motivation

Seeing as so many sorting techniques have been added before quick sort. It will be a valid and noteworthy addition to cp algorithms.

Pitch

It is a crucial sorting technique and has been asked in many coding interviews.

shadowasphodel2919 commented 3 years ago

I want to work on this issue as a participant of GSSoC' 21 in C language.

vgb-codes commented 3 years ago

@shadowasphodel2919 Go ahead with C.

shadowasphodel2919 commented 3 years ago

@HarshCasper I am currently working on this issue is there some complication?