I have a problem with a C program, where a 2D array with mines is given (mines = array fields set to 1). I need to find the shortest path from (0,0) to (x-1,y-1), and you can move only in 4 directions (up, down, left, right).I have a problem with a C program, where a 2D a