标签:
17.6 Given an array of integers, write a method to find indices m and n such that if you sorted elements m through n, the entire array would be sorted. Minimize n - m (that is, find the smallest such sequence).
[CareerCup] 17.6 Sort Array 排列数组
标签:
原文地址:http://www.cnblogs.com/grandyang/p/5424814.html