QUESTION

Write a MIPS program to sort an array of integers in ascending order using the selection sort algorithm. The array size should be entered by the user. The array should be allocated dynamically on the heap. The array elements should be generated randomly using the random number generator. The array elements should be printed before and after sorting

Public Answer

B7FR7O The First Answerer