Merge pull request #1122 from UntouchedOdin0/patch-1

Update FindMin.java
This commit is contained in:
Yang Libin
2019-10-24 14:27:23 +08:00
committed by GitHub

View File

@ -9,7 +9,7 @@ public class FindMin {
}
/**
* find min of array
* Find the minimum number of an array of numbers.
*
* @param array the array contains element
* @return min value