[findMinimumInRotatedSortedArray.II.cpp](https://github.com/jarvinia/leetcode/blob/master/src/findMinimumInRotatedSortedArray/findMinimumInRotatedSortedArray.II.cpp) line52,53 In this clause, <code>num[low]</code> always less than <code>num[mid]</code>, but if <code>num[low]</code> is equal to <code>num[mid]</code>, how then?