public int minNumberInRotateArray(int [] array) { int len = array.length; if (len == 0){ ...