J
jeremy
Video
External Merge Sort for Sorting Data Larger Than Available RAM
External merge sort (external sort) orders a dataset larger than available main memory by decomposing the problem into two phases: a splitting phase that divides the data into chunks each small enoug…