Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement a divide and conquer solution to find the maximum number of non-overlapping intervals in a list.

Run the code to see the output here...