Topic: Dynamic Programming Problem / Level: intermediate

Problem: Find the maximum score that can be obtained by multiplying elements from two arrays using dynamic programming.

Run the code to see the output here...