Hacker News new | ask | show | jobs
by vtsrh 3994 days ago
The article doesn't really explain merge sort, but only merging two sorted arrays.
1 comments

Is that, plus an understanding of the non-in-place merge sort algorithm not enough to make a merge sort? I mean, you need to pick what basic understanding you assume in any explanation.

EDIT: To be clear, I think it's an explanation of "You know how to merge sort, but not how to do it in place? Here's how!"