By mswatcher
via koushikdasika.com
Submitted: Jan 31 2013 / 12:01
The purpose of this post is to show a fully worked out example of Chain Matrix Multiplication using dynamic programming, a fancy term for breaking a big problem down into subproblems which are easier to solve. (Note: Not the technical definition)
Add your comment