Sorting Algorithm in C++
Prerequisite: VisualStudio 2019 Community edition
Steps to run:
- Double click on DataSortingC++.sln (Visual studio project will open)
- Right-click on the project name and click on build
- After the build is successful, run the code
- Executable window will show time take by each algorithm and array with sorted data. Also, the data point considered in this project is around 18,000. So, it might take some time to write the sorted data in the csv file.
- Right-click on the project name in visual studio and click on "open folder in file explorer", in this window sortedData.csv is the sorted data