stim371/Selection-Sort
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Read Me for Selection Sort This was my first attempt to create an algorithm to sort an array using the selection sort method. The project was based on a challenge from http://reprog.wordpress.com/2010/05/19/another-challenge-can-you-write-a-correct-selection-sort/ Future work on these files may include: - trying to do the sort inside of a single array - adding additional tests to the test document - add arrays to tests