Sorting-Algorithms
Compares the computational time of different sorting algorithms to sort a random array of size n. The results are then output to a .CSV file.
*Windows 10 Operating system
- Open a command window
- Change to the directory containing the sort.exe
- Enter "start storts.exe"
- The results are a CSV file with each sorting algirithm's name and the length of time it took to sort the array.
- Relevant files *Sorts.cpp *Sorts.hpp *main.cpp
- Include these files in a Visual Studio (VS) Project. Note: This was tested on VS version 16.8.2 Other versions may also work.
- Select build in VS this will create a sorts.exe file under the debug directory
created by Kate Owens. Contact information: owenskl@mail.lipscomb.edu