Question: 1. Create a C program that implements selection sort, insertion slot and bubble sort to sort an array of integers. Your program should prompt the

1. Create a C program that implements selection sort, insertion slot and bubble sort to sort an array of integers. Your program should prompt the user to select the sorting technique, how many integers to be inserted and the integer itself. Figure below shows the example of how your program should be. 1. Selection sort: 2. Insertion sort: 3. Bubble sort: Please insert your selection: 1 Please insert how many numbers: 5 Please insert number 1: 12 Please insert number 2: 10 Please insert number 3: 2 Please insert number 4: 89 Please insert number 5: Sorting using selection sort: 2 10 12 44 89 Program ended with 44
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
