Bijay555 / Hacktoberfest-Algorithms

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
47 stars 99 forks source link

Adding MergeSort 3way in C #139

Open pedropp98 opened 3 years ago

pedropp98 commented 3 years ago

I thought it'd be a good ideia do add mergesort 3way as well. Mergesort 3way works slightly different than a regular mergesort. It split the array into three pieces to order it.