Algorithms4.

InsertionSort(ISortable4, int, int) Method

Syntax

public static void InsertionSort(ISortable4 sortable, int start, int end)

Parameters

Name Type Description
sortable ISortable4
start int
end int

Return Value

Type Description
void