C++ Solution to Coding Challenge 581. Shortest Unsorted Continuous Subarray

Another way of sorting special arrays

Problem statement

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.

--

--

Storyteller. I write code, instructions and stories. https://nhutnguyen.com

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store