(no title)
jackpirate | 9 months ago
1. It is a standard example of the divide and conquer approach to algorithm design, not the dynamic programming approach. (I'm not even sure how you'd squint at it to convert it into a dynamic programming problem.)
2. Strassen's does not require complex valued matrices. Everything can be done in the real numbers.
pontus|9 months ago
In other words, the power of Strasssens algorithm comes from a strategy that's similar to / reminiscent of dynamic programming.
kenjackson|9 months ago