Skip to content

asishadhikari/advanced-os-multithreaded-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced OS - multithreaded Sorting with MergeSort

Assumptions:

  • Integers in data.txt are separated by newline \n character
  • No empty line exists

To Run:

  • make to compile program
  • run the executable with accompanying test file as ./sort data.txt
  • make sure that any test file you run do not conflict with the assumptions!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published