javascript-algorithms
javascript-algorithms copied to clipboard
Feature/add matrix power
I've added a matrix exponentiation function that computes A^n in O(n^3 * log(n)) in the Matrix.js file.