View on GitHub

401-data-structures-and-algorithms

matrix-sum

Write a function to add up the sum of each row in a matrix of arbitrary size, and return an array with the appropriate values.

Whiteboard Process

matrix-sum image link

Approach & Efficiency

JavaScrip file link to github ➜

Go to table of contents