Question d’entretien chez Yelp

Nothing

Réponses aux questions d'entretien

Utilisateur anonyme

5 mars 2014

I dint do well but the answer is to find the appropriate row in which the target is(compare with first and last element of rows). Then apply binary search algo.

Utilisateur anonyme

31 mars 2019

Another approach is to start searching from the bottom left of the matrix, and move a col to the right, or a row up based on the value.