Skip to content

Inshal240/ExternalSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExternalSort

K-way merge sort with k = 2, 4, 8

Interface changed to "int externalSort(int fdInput, int fdOutput, uint64_t memSize, unsigned k)"

Function used to test ascending output file is "int testExternalSort(int fileToTest)"

Output of externalSort is always written to "outputFile"

externalsort can be run via the command line using the command syntax "./externalsort "

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages