/merge-sort

Multithreaded application on linux based platform that each time the list is divided; two threads are created to do merge-sort on each half separately. This step is repeated recursively until each sub-list has only one element.

Primary LanguageC

This repository is not active