namanvats / cpalgorithms

Algorithms and Techniques for competitive programming
MIT License
17 stars 30 forks source link

Add file for non-recursive merge sort #31

Open Albirair opened 4 years ago

Albirair commented 4 years ago

Add the source file (sorting-algorithms/bottom_up_merge_sort.cpp) which defines the function template "nonrecursiveMergeSort" in different forms, along with a helper function merge.