581. Shortest Unsorted Continuous Subarray
https://leetcode-cn.com/problems/shortest-unsorted-continuous-subarray/
problem
Given an integer array nums, you need to find one continuous subarray that if you only sort this subarray in ascending order, then the whole array will be sorted in asce...
xiaok.me2 min read