Welcome to Day 30 of the DSA Coding Challenge:
Todays Goals(Sorting Algorithms):
Question 1:Bubble Sort - You are given an array of integers. Write a function that will take this array as input and return the sorted array using Bubble sort.
Question 2:Insertion Sort -You are given an array of integers. Write a function that will take this array as input and return the sorted array using Insertion sort.
All the best!