You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge sort is a fast algorithm but it can be further enhanced by creating a new thread for each subproblem and computing them at same time. This issue is not similar to #5
Have you read the Contribution Guidelines?
Yes
Pitch
This algorithm would take advantage of multiple cores in systems and reduce computation time.
The text was updated successfully, but these errors were encountered:
🚀 Feature
Merge sort is a fast algorithm but it can be further enhanced by creating a new thread for each subproblem and computing them at same time. This issue is not similar to #5
Have you read the Contribution Guidelines?
Yes
Pitch
This algorithm would take advantage of multiple cores in systems and reduce computation time.
The text was updated successfully, but these errors were encountered: