|
|
|
|
|
by jackpirate
399 days ago
|
|
It seems like you have some misconceptions about Strassen's alg: 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. |
|
In other words, the power of Strasssens algorithm comes from a strategy that's similar to / reminiscent of dynamic programming.