https://officialadithya.github.io
Applying to Ph. D. programs to start in Fall 2026!
T(n) = 7T(n/2) + O(n^2) = O(n^(log 7)) ≤ O(n^2.8).
Strassen's realization was a result of trying to prove that O(n^3) was the optimal bound!
T(n) = 7T(n/2) + O(n^2) = O(n^(log 7)) ≤ O(n^2.8).
Strassen's realization was a result of trying to prove that O(n^3) was the optimal bound!
T(n) = 8T(n/2) + O(n^2) = 0(n^(log 8)) =0(n^3)
since we do 8 multiplications and O(n^2) work to read and recombine.
T(n) = 8T(n/2) + O(n^2) = 0(n^(log 8)) =0(n^3)
since we do 8 multiplications and O(n^2) work to read and recombine.