MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of matrix multiplied recursively by Strassen s Method? |
| A. | O(n<sup>log7</sup>) |
| B. | O(n<sup>2</sup>) |
| C. | O(n<sup>3</sup>) |
| D. | O(n!) |
| Answer» B. O(n<sup>2</sup>) | |