Topic: Backtracking Problem / Level: beginner

Problem: Solve the "Matrix Chain Multiplication" problem by finding the optimal way to multiply a sequence of matrices.

Run the code to see the output here...