MCQOPTIONS
Saved Bookmarks
| 1. |
The number of scalar additions and subtractions used in Strassen's matrix multiplication algorithm is ________ |
| A. | O(n2.81) |
| B. | Theta(n2) |
| C. | Theta(n) |
| D. | O(n3) |
| Answer» C. Theta(n) | |