Click or drag to resize
BinaryInsertion Methods

The BinaryInsertion type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMainTest
Reads in a sequence of strings from standard input; insertion sorts 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