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
- Host: GitHub
- URL: https://github.com/disc/test-assignment-1
- Owner: disc
- Created: 2016-06-21T13:14:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T13:21:55.000Z (almost 10 years ago)
- Last Synced: 2025-06-12T08:53:15.655Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.