a)Define time complexity. Describe different notations used to represent time complexity.
Define time complexity. Describe different notations used to represent time complexity.
b)Discuss Strassen's matrix multiplication as well as classical O(n^2) one. Determine when Strassen's method outperforms the classical one.
Discuss Strassen's matrix multiplication as well as classical O(n^2) one. Determine when Strassen's method outperforms the classical one.