Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement a divide and conquer approach to find the minimum number of elements to be removed from an array to make it strictly increasing.

Run the code to see the output here...