-
Notifications
You must be signed in to change notification settings - Fork 0
Jonathan5122827/SortingAlgorithms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Compile the program using the command, g++ main.cpp Run the program using ./a.out When the program is running, enter a number for the algorithm you'd like to run. The program ends when you run an algorithm, so you must run the program five times, to test the 5 algorithms. Open the generated file using the command, nano SortedCenters.txt This SortedCenter.txt is overwritten for each run through of the program.
About
Analysis of time complexity for various sorting algorithms. Alphabetically sorts a list, that contains the names of every child care center in the United States.