An open API service indexing awesome lists of open source software.

https://github.com/disc/test-assignment-1

Matrix challenge
https://github.com/disc/test-assignment-1

Last synced: about 1 month ago
JSON representation

Matrix challenge

Awesome Lists containing this project

README

          

**Matrix challenge:**

*Provided with a matrix with any number of columns and any number of rows,
please write a function that will calculate sum of all the records in a given column and saving the result to the last n+1 row.*

I've done my solution on php.