CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
148 stars 20 forks source link

added merge_sort #14

Closed Shu-AFK closed 5 months ago

Shu-AFK commented 5 months ago

added merge_sort

https://de.wikipedia.org/wiki/Mergesort#:~:text=Mergesort%20(von%20englisch%20merge%20%E2%80%9Averschmelzen,wie%20Mergesort%20eine%20Liste%20sortiert.

spirosmaggioros commented 5 months ago

Very good job! Thanks for contributing!