Welcome to Day 31 of the DSA Coding Challenge:

Todays Goals(Sorting Algorithms):

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

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


All the best!