Topic: Divide And Conquer Problem / Level: intermediate

Problem: Use divide and conquer to find the minimum number of scalar multiplications in matrix chain multiplication.

Run the code to see the output here...