Merge Sort-Divide And Conquer Algorithms
mdnazisharman2803 opened this issue · 3 comments
mdnazisharman2803 commented
Description
-
Merge Sort is one of the most popular sorting algorithms that is based on the principle of Divide and Conquer Algorithm
-
Here, a problem is divided into multiple sub-problems. Each sub-problem is solved individually. Finally, sub-problems are combined to form the final solution.
Domain
Data Structure
Type of Contribution
Addition
Code of Conduct
- I follow Contributing Guidelines & Code of conduct of LearnCPP.
github-actions commented
Hello @mdnazisharman2803, thanks for creating your first issue at LearnCPP, hope you followed the guidelines.
mdnazisharman2803 commented
/assign
github-actions commented
This issue has been assigned to mdnazisharman2803!
It will become unassigned if it is not closed within 12 days. A maintainer can also add the pinned label to prevent it from being unassigned.