Skip to content

A program that uses threads to sort an array of numbers using a Shear sort Algorithm

Notifications You must be signed in to change notification settings

ryan3971/Shearsort-using-POSIX-Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shearsort using POSIX Threads

  • This program reads from the provided text file "input.txt"
  • To compile, run "gcc shearsort.c -pthread" on the command line

About

A program that uses threads to sort an array of numbers using a Shear sort Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages