javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Feature/add matrix power

Open brunoNevess opened this issue 4 years ago • 1 comments

I've added a matrix exponentiation function that computes A^n in O(n^3 * log(n)) in the Matrix.js file.

brunoNevess avatar Apr 16 '21 21:04 brunoNevess