I am trying to write a function that helps to find a smaller 2D array in another one . I wrote it but the problem is that it always finded the array when it didnt exist . the only thing I want is that to say does it exist or not!
example :
2 3 4 5 6
7 8 9 11 12
13 14 15 16
say if there is a
2 3
7 8 in the array