0x1B. C - Sorting algorithms & Big O This project entails using different sorting methods to perform different tasks
Task 0:Involves using theBubble sort algorithm to sort integers in an ascending order
Task 1:Entails using the Insertion sort algorithm to sort a doubly liked list of integers in ascending order
Task2:Involves using the selection sort algorithm to sort integers in ascending order
Task3:This involves using Quick sort algorithm to sort an array of integers in ascending order