I want to detect whether GLB and LUB is exist in a boolean matrix or not. i just need an algorithm how to do this. we have a 10x10 matrix that carry 1,0 values some thing like this: (( also we know that the matrix is lattice.))

1 1 1 1 1 1 1 1 1 1

0 1 0 0 0 1 0 1 0 1

0 0 1 0 0 0 1 0 1 1

0 0 0 1 0 1 1 0 0 1

0 0 0 0 1 0 0 1 1 1

0 0 0 0 0 1 0 0 0 1

0 0 0 0 0 0 1 0 0 1

0 0 0 0 0 0 0 1 0 1

0 0 0 0 0 0 0 0 1 1

0 0 0 0 0 0 0 0 0 1

link|improve this question

62% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.