A website organizes its list of contributors in alphabetical order by last name. The website’s new manager would prefer the contributor list to be ordered in reverse alphabetical order instead. Which classic algorithm would be best suited to complete this task?



Linear/Sequential Search


Selection Sort


Insertion Sort


None of these algorithms are viable options.