LoPA607 / Hello-Foss-CPP

0 stars 0 forks source link

Merge Sort #17

Open husain2088 opened 1 month ago

husain2088 commented 1 month ago

https://github.com/LoPA607/Hello-Foss-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.