Quick Sort
See this video to understand the algorithm / how it is working : https://youtu.be/Vtckgz38QHs?si=m1UjUgqjp-osTY6p
Quick Sort is a divide-and-conquer sorting algorithm that works by selecting a "pivot" element and partitioning the array into two halve...
gdcademy.hashnode.dev3 min read