Page 1 of 1

Consider the brute force implementation in which we find all the possible ways of multiplying the given set of n matrice

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) O(n!)
b) O(n3)
c) O(n2)
d) Exponential