Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 392 Bytes

Multithreaded-Merge-Sort

Linux based. It is essentially just merge sort, but it is multithreaded by using POSIX thread API. This means that it is in O(n) time instead of O(nlogn).

How to Install

Change directory to code directory and type make.

How to Use

Replace files in the input folder with files of the same name. Then run using ./p1_exec Files will be sorted in the output.