Welcome to Day 32 of the DSA Coding Challenge:

Todays Goals(Sorting Algorithms):

Question 1:Quick Sort-You are given an array of integers. Write a function that will take this array as input and return the sorted array using Quick sort.

Question 2:Radix Sort-You are given an array of non-negative integers. Write a function that will take this array as input and return the sorted array using Radix sort.


All the best!