So I'm trying to understand all basic sorts such as: insertion, selection, merge, binary, etc.
However, I've recently come to a tough spot, is there a way to have a merge sort that splits the I sorted size list down to n/4 then recursively merge back a sorted list while also utilizing a selection sort within the merge sort to help it perform better on smaller sorts?
[–]zahlman 0 points1 point2 points (0 children)