0
C# problem
I wrote this code, this is a square matrix, and i should shift each row of matrix k times left, and it works. Now i have to make not square matrix that do the same thing (shift each row k times) Can anybody help? https://code.sololearn.com/cxJu5LosBa4u/?ref=app Sorry for bad english, not my first language, hope you understand what i have to do here
1 Respuesta
+ 2
A square matrix has equal number of row and column, this is not the case for non square matrix. I'm not sure how shifting should work when size of array row or column differs.
P.S. I also don't understand your language : >