Sponsored
Use these hints if you're stuck. Try solving on your own first.
For each index i in nums remove this index.
If the array becomes sorted return true, otherwise revert to the original array and try different index.
Solve with full IDE support and test cases