Hacker News new | ask | show | jobs
by mark-r 2568 days ago
Merge sort is incredibly practical though, any time you have to sort a data set that doesn't all fit in memory at once. I've used it a couple of times. As you say, it's not that hard.