Westonci.ca is the ultimate Q&A platform, offering detailed and reliable answers from a knowledgeable community. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

write the function selection sort descend trace() that takes an integer list and sorts the list into descending order. the function should use nested loops and output the list after each iteration of the outer loop, thus outputting the list n-1 times (where n is the size).