Oracle Interview Question

Take 2 matrix as 1D array and perform matrix multiplication in 1D array only

Interview Answer

Anonymous

Aug 14, 2019

Showed him the logic and wrote code using two for loops ( one nested in the other)