Click or drag to resize
Merge Methods

The Merge type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIndexSort
Returns a permutation that gives the elements in the array in ascending order.
Public methodStatic memberMainTest
Reads in a sequence of strings from standard input; mergesorts them; and prints them to standard output in ascending order.
Public methodStatic memberSort
Rearranges the array in ascending order, using the natural order.
Top
See Also