Skip to content

Sorts a million numbers using Insertion sort algorithm and threading to perform parallel processing

Notifications You must be signed in to change notification settings

davidNicolas-cecs/oneMillionSorted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oneMillionSorted

Language:c++, thread class sortRace.sh -> runs all the files generate.cpp -> generates unsorted million numbers and creates a .txt called numbers.txt mySort.cpp -> sorts a million numbers into a .txt file called sorted.txt verifySort.cpp -> checks if a million numbers are sorted sorted.txt Sorts a million numbers using Insertion sort algorithm and threading to perform parallel processing

About

Sorts a million numbers using Insertion sort algorithm and threading to perform parallel processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages