There are four programs in this project. All of them have the same objective that they random the numbers into the list ,and then sort the numbers from least to greatest. Lastly, getting the time each porgram uses to execute sorting numbers and compare to themselves.
However, the difference between them is the algorithm used to sort numbers. There are four algorithm used in this projct including
- Selection sort
- Insertion sort
- Merge sort
- Quick sort