What would be the time complexity of this program:
Attachments:
Answers
Answered by
1
Answer:
Nothing is difficult...
Hey dear,
value stored in c[i][j] will became 0
then,
value of each variant in c[i][j] will modified to the value:-. c[i][j]+ A[i][k]*B[k][j]
And loop first will run xtimes
,Loop second will run xtimes
Similar questions