mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
added Wikipedia URL
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// Wikipedia URL for General Matrix Multiplication Concepts: https://en.wikipedia.org/wiki/Matrix_multiplication
|
||||
|
||||
// MatrixCheck tests to see if all of the rows of the matrix inputted have similar size columns
|
||||
const matrixCheck = (matrix) => {
|
||||
let columnNumb
|
||||
|
Reference in New Issue
Block a user