Manmeet Kaur
Results
5
issues of
Manmeet Kaur
**Is your feature request related to a problem? Please describe.** We often struggle with remembering tasks throughout the day **Describe the solution you'd like** This app will serve as a...
Approach: the Quick Sort algorithm is a Divide and Conquer algorithm. It initially selects an element as a pivot element and partitions the given array around the picked pivot. There...