cpp-drop-merge-sort icon indicating copy to clipboard operation
cpp-drop-merge-sort copied to clipboard

C++ reimplementation of https://github.com/emilk/drop-merge-sort

Results 1 cpp-drop-merge-sort issues
Sort by recently updated
recently updated
newest added
trafficstars

As mentioned in #2 years ago, drop-merge sort lends itself well to working with bidirectional iterators. This PR merely tweaks it to avoid operations that only work with random-access iterators,...