Strassen Algorithm 7 recursive calls in size n/2+Θ(n2) additions → T(n)=Θ(nlog2(7)) Related Karatsuba Algorithm