Shortest Unsorted Continuous Subarray | LeetCode 581

Опубликовано: 28 Сентябрь 2024
на канале: Hustle Interviews With Ashutosh
69
8

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.

Return the shortest such subarray and output its length.

#competitiveprogramming #interview #interviewquestion
#coding #leetcode #programmer #tech #software #leetcode #programmingisfun