mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-09 03:59:38 +08:00
Merge pull request #1122 from UntouchedOdin0/patch-1
Update FindMin.java
This commit is contained in:
@ -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
|
* @param array the array contains element
|
||||||
* @return min value
|
* @return min value
|
||||||
|
Reference in New Issue
Block a user