I mean I have a 2d array. I can traverse it by row by row or column by column from the left side or the starting element. I want to do the same procedure starting from the top right and end at bottom right by row by row. Also, want to traverse from top right and end at top left column by column.
Thanks in advance for the help!