I am trying to solve a problem on 2D arrays and need little help. The problem goes like this:
Suppose we have a 2D array A of size nxn comprising of unique ...
hi I'm trying to write a function that check through a 2d array of numbers and check if they are in order or not e.g 1 2 3 4 5 6 the function will return TURE 3 2 4 6 1 5 will return FALSE int checkPuzzle(int puzzle[][COLS]) { for (row=0; row