ishanknijhawan/Thread-based-sorting
Simple C program which takes input as an array, splits it into 2 parts and sorts them into 2 separate threads. Then the merging happens on the third thread to improve efficiency.
C
No issues in this repository yet.