Can you beat the Strassen's Algorithm?

A Kaboobly Dooist wishes to develop a matrix-multiplication algorithm that is asymptotically faster than Strassen's algorithm .

His algorithm will use the divide-and-conquer method, dividing each matrix into pieces of size n / 4 × n / 4 n/4 \times n/4 and the divide and combine steps together will take Θ ( n 2 ) \Theta(n^2) time.

If his algorithm creates a a subproblems, then the recurrence for the running time T ( n ) T(n) becomes T ( n ) = a T ( n / 4 ) + Θ ( n 2 ) T(n) = a\,T(n/4) + \Theta(n^2)

What is the largest integer value of a a for which Professor Caesar's algorithm would be asymptotically faster than Strassen's algorithm?

Details:


The answer is 48.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

0 solutions

No explanations have been posted yet. Check back later!

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...