1.5, due on September 15
What interested me the most in the reading was the far-reaching application of the Master Theorem. I've always thought recursive algorithms could get inefficient pretty quickly, but this theorem lets me figure out when a recursive algorithm is helpful and when it's not.
What was the most difficult to understand was the algorithm for faster multiplication. Maybe it's because I'm reading this late at night, but I didn't see how it was any faster. The same thing goes for the faster matrix multiplication.
What was the most difficult to understand was the algorithm for faster multiplication. Maybe it's because I'm reading this late at night, but I didn't see how it was any faster. The same thing goes for the faster matrix multiplication.
Comments
Post a Comment