/multi-processing-multi-threading-in-c

Application to run bubblesort on csv data in multiprocessing and multithreading

Primary LanguageC

multi-processing-multi-threading-in-c

An application to perform bubble sort algorithm using multiprocessing and multiprocessing . This is possible since bubble exchanges only when it meets a less value. A subset can be sorted using bubblesort and sorted subsets sorted again by the same algorithm.There won't be exchage for the same member for a subset.Data is sorted in 2,4 and 10 processes and threading.