Posts by Daniel M M • 9 points
1 post
-
0
votes0
answers723
viewsQ: Check neighbor in a matrix
I have the following problem: I have a large matrix [10x10 for example] It has values from 1 to 9. I must check whether a vector [1, 2, 3, 4, 5] (for example) is contained in this matrix. When…