mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 10:19:04 +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
|
// MatrixCheck tests to see if all of the rows of the matrix inputted have similar size columns
|
||||||
const matrixCheck = (matrix) => {
|
const matrixCheck = (matrix) => {
|
||||||
let columnNumb
|
let columnNumb
|
||||||
|
Reference in New Issue
Block a user