tomriddle77 / Hacktober22

Hacktoberfest22 project and codes. This repo is about hacktoberfest 2022 and if you wanna make your first PR to be accepted then please contribute here.
MIT License
68 stars 167 forks source link

Quick sort #252

Open Ashish93-mrx opened 1 year ago

Ashish93-mrx commented 1 year ago

This is the quick sort having O(logn) time complexity.