Why my diagonal difference is not working properly? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why my diagonal difference is not working properly?

https://code.sololearn.com/cudkTc5L9u41/?ref=app

12th Nov 2022, 5:48 AM
Abhay mishra
Abhay mishra - avatar
2 Answers
0
Abhay mishra you would actually want the sum of i+j to equal arr[0].size or in your case r. In otherwords the sum of the indexes should equal the row or column length. 0 1 2 0 X 1 X 2 X 0 1 2 3 0 X 1 X 2 X 3 X
29th Sep 2023, 4:00 AM
The Darkness
The Darkness - avatar
0
Abhay mishra I am working on the compilation errors. Some of them are just from deprecated function calls. They should be able to be replaced with the suggested functions. As a question. What should the input for this code look like? I believe that I have it, however it would help to ensure that I am analyzing this correctly.
29th Sep 2023, 4:36 AM
The Darkness
The Darkness - avatar