Question: 1. You are to write a subroutine named sort_up which will sort an array of unsigned integers so that the resulting values will appear from
1. You are to write a subroutine named "sort_up" which will sort an array of unsigned integers so that the resulting values will appear from smallest to largest. The subroutine will expect to be passed the starting address of an array of type "uints2 ", and one integer representing the number of items in the array to sort. You may use any sort algorithm you want
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
