NiharRanjan53 / HacktoberFest_2022

#HacktoberFest_2022
10 stars 88 forks source link

Quick Sort algorithm in data structures and algorithms using Python #127

Closed MMVonnSeek closed 1 year ago

MMVonnSeek commented 2 years ago

Quick Sort Algorithm is used to sort a given list or array into ascending or descending order depending on user preference. This sorting algorithm is very efficient and easy to implement. Just like merge sort this sorting algorithm is based on the principle of divide and conquer.