#Thi is 0x1B. C sorting algorithm(Big O) ALX project
Task 0 - Write a function that sorts an array of integers in ascending order using the Bubble sort algorithm Task 1 - Write a function that sorts a doubly linked list of integers in ascending order using the Insertion sort algorithm Task 2 - Write a function that sorts an array of integers in ascending order using the Selection sort algorithm Task 3 - Write a function that sorts an array of integers in ascending order using the Quick sort algorithm