Topic: Divide And Conquer Problem / Level: advanced

Problem: Implement a divide and conquer solution for the "2D Range Maximum Query" problem using segment trees.

Run the code to see the output here...