Skip to content

gwenwahl/5120Project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions for use:

	Either 1: Use the make shell script which will prompt for a data file and 
		  output all 5 algorithms or
	       2: clang++ main.cpp will compile the application, which can then be
		  used by ./a.out FILE_PATH AlGORITHM
	       3: Available options for ALGORITHM are as follows:
			
			quickSortLast
			quickSortFirst
			quickSortMiddle
			quickSortRandom
			heapSort
		4. This will output the number of lines in the data file, the number
	           of comparisons made, and the processing time of the algorithm in 
		   nanoseconds as a comma seperated list.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published