Discusses the differences between merge sort (order by merging) and merge sort (sequencing by merging) on two aspects of algorithm thought and sorting process, points out that the algorithm of merge sort (order by merging) cannot be entirely replaced by merge sort (se-quencing by merging);designs the algorithm of merge sort (order by merging) referencing the standard merge sort algorithm, takes an ex-ample to verify the correctness of the algorithm.
Order by MergingSequencing by MergingPartitionAlgorithm Design