Implementing Sorting Algorithms
Your goal with any code is to create code that is easy to read, as fast as possible, and doesn't make mistakes. One of the things that helps you do this is to use
libraries. These libraries contain algorithms that are used by software across the world and hence tend to be well written for speed, cleanliness, and effectiveness.
Your will identify the best sorting method to use and the library to pull it from. This you will write up for me to read. Then you will implement the code to complete
the task given the sorting method and library you chose. Make sure to google JAVA libraries for each sorting method to find the best one. You will upload your code.