searching an element in a sorted matrix n*n

Hey I'm getting in trouble looking for a value in a sorted array. What's important is to have the method most effective.
Thanks
{3, 11, 19, 27},
{5, 13, 21, 29},
{7, 15, 23, 31},
{9, 17, 25, 33},

Comments (1)