Merge Sort - Natural Merge Sort

Natural Merge Sort

A natural merge sort is similar to a bottom up merge sort except that any naturally occurring runs (sorted sequences) in the input are exploited. In the bottom up merge sort, the starting point assumes each run is one item long. In practice, random input data will have many short runs that just happen to be sorted. In the typical case, the natural merge sort may not need as many passes because there are fewer runs to merge. For example, in the best case, the input is already sorted (i.e., is one run), so the natural merge sort need only make one pass through the data.

Read more about this topic:  Merge Sort

Famous quotes containing the words natural, merge and/or sort:

    Suffering is by no means a privilege, a sign of nobility, a reminder of God. Suffering is a fierce, bestial thing, commonplace, uncalled for, natural as air. It is intangible; no one can grasp it or fight against it; it dwells in time—is the same thing as time; if it comes in fits and starts, that is only so as to leave the sufferer more defenseless during the moments that follow, those long moments when one relives the last bout of torture and waits for the next.
    Cesare Pavese (1908–1950)

    We don’t know when our name came into being or how some distant ancestor acquired it. We don’t understand our name at all, we don’t know its history and yet we bear it with exalted fidelity, we merge with it, we like it, we are ridiculously proud of it as if we had thought it up ourselves in a moment of brilliant inspiration.
    Milan Kundera (b. 1929)

    It takes a heap o’ children to make a home that’s true,
    And home can be a palace grand, or just a plain, old shoe;
    But if it has a mother dear, and a good old dad or two,
    Why, that’s the sort of good old home for good old me and you.
    Louis Untermeyer (1885–1977)