What are some factors to consider when determining which sorting algorithm to utilize?

What are some factors to consider when determining which sorting algorithm to utilize?
July 15, 2020 Comments Off on What are some factors to consider when determining which sorting algorithm to utilize? Uncategorized Assignment-help
Words: 106
Pages: 1
Subject: Uncategorized

This week our class focused on sorting algorithms in Java. Keep in mind that there are several sorting algorithms that can be used on a list of objects. For this paper, implement a sorting algorithm of your choice (you can grab an example off the internet but cite where you found the algorithm) and attach your working program with screenshots. Also, answer the following question: What are some factors to consider when determining which sorting algorithm to utilize? In your answer, specifically, think of and give a real-life scenario where: 1. A given sorting algorithm is used; 2. One algorithm outperforms the other. Attached are my lecture notes.