ISRO CS-2023
August 29, 2024ISRO CS-2023
August 29, 2024ISRO CS-2023
|
Question 72
|
The complexity of matrix multiplication of two matrices A and B whose orders are m x n and n x p respectively is
|
O(m x p)
|
|
|
O(m x n2 x p)
|
|
|
O(m x n x p2)
|
|
|
O(m x n x p)
|
Correct Answer: D
