Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Matrix Chain Multiplication Problem" where you minimize the number of scalar multiplications using dynamic programming.

Run the code to see the output here...