indexOfMin

Returns the index associated with the minimum element in the array For ties, this returns the first found.

Return

the index associated with the minimum element


Returns the index associated with the minimum element in the list For ties, this returns the first found.

The list must not be null or empty

Return

the index associated with the minimum element