Method TimSort
TimSort<T>(IList<T>, IComparer<T>)
Sorts the given
Declaration
public static void TimSort<T>(IList<T> list, IComparer<T> comp)
Parameters
Type | Name | Description |
---|---|---|
IList<T> | list | this |
IComparer<T> | comp | The |
Type Parameters
Name | Description |
---|---|
T |
TimSort<T>(IList<T>)
Sorts the given
Declaration
public static void TimSort<T>(IList<T> list)
Parameters
Type | Name | Description |
---|---|---|
IList<T> | list | This |
Type Parameters
Name | Description |
---|---|
T |