Math, asked by RUPESHKUMAR4477, 1 year ago

Strassen's matrix multiplication example

Answers

Answered by ayush579
6
Strassen's method of matrix multiplication is a typical divide and conquer algorithm. ... A typical example is the merge sort algorithm. In merge sort we have two sorted arrays and all we want is to get the array representing their union again sorted. Of course, the tricky part in merge sort is the merging itself.
Similar questions