Skip to content

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.

Notifications You must be signed in to change notification settings

Jonathan5122827/SortingAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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.

Topics

Resources

Stars

Watchers

Forks

Languages