Author | Message |
---|---|
Rinchan7
Posts: 56
|
Posted 14:08 Jun 03, 2013 |
For the isMagicalMatrix method, since we need to calculate the sum of all the rows, I am wondering if this is based off the rows of the user generated matrix or the diagonal flipped matrix |
kknaur
Posts: 540
|
Posted 14:10 Jun 03, 2013 |
You have to find the sum after you flip the diagnonals. |