LeetCode: 581-Shortest Unsorted Continuous Subarray 解題紀錄
Last Updated on 2022-06-14 by Clay
題目
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 ascending order.
