wncc / Hello-Foss-PyThread.cpp

1 stars 10 forks source link

Merge Sort #1

Open husain2088 opened 2 days ago

husain2088 commented 2 days ago

https://github.com/wncc/Hello-Foss-PyThread.cpp/blob/Advanced/Application/merge_sort.cpp Add relevant features (Parallel Programming methods) to make the code more optimized such that, the time taken to sort using Parallel Programming is less than the time taken using inbuilt sort function.