Description
Assignment Content
Create a table of Sorting Algorithms for use as a personal reference or to use if you were explaining algorithms to a peer or coworker.
Down the left side of the table, list the four sorting algorithm names covered in Week 1. In the first column (Description), give a brief description of the algorithm. In the next column (Benefits), list some of the benefits of using the sorting method.
Note: You may also include pitfalls if you want to capture some of the downside of the method.
In the next column (Uses), list some organizational uses for the method. When you are done, you should have a 1-page table and a one-half to 1-page narrative of the table (a narrative is simply a description of the table in writing) that could be used as a reference piece or for a teaching tool if you were explaining sorting algorithms to someone.
Explanation & Answer
Attached is the full answer. Please check and let me know if everything is in order before signing off on it. Should you have any queries don't hesitate to reach out.I’d also love the opportunity to work with you again. Please invite me to any future questions and share my profile with your peers! See you later!If there's no more work to be done, I'd appreciate it if you left a 5 star review .
SORTING ALGORITHMS
No. Algorithm Description
Benefits
USES
1
Selection
This sorting algorithm
It performs well
When the list to sorted is small
sort
sorts an array by
on a small list.
It is used when memory space
continuously finding
No additional
available is small because it
the least element from
temporary
makes the minimum...