/multi-threaded-file-merge-sort

Multi-threaded merge sort utilizing a CSV file containing data for census GDP.

Primary LanguagePython

Parallelized Merge Sort

Compare the performance of merge sort between the serial and parallel implementations on a 2016 CIA world factbook dataset. Plot unemployment rate vs. death rate for a country and retrieve regression line.

Prerequisites

Packages installed using this project

numpy
pandas
plotly
plotly-orca
scipy

Result

Authors