First page

Q513: Given a 2-d int array in which the values WILL ALWAYS increase in both directions ie. a[i][n+1]>a[i][n] & a[z+1][y] > a[z][y]. Write a function to find whether a value is within this 2-d array in the fastest way possible.
tags: Microsoft software/sw C



b(ond)log