Question d’entretien chez Quantcast

Variations on binary search

Réponses aux questions d'entretien

Utilisateur anonyme

10 nov. 2012

what do you mean variations on binary search tree? what kind of coding tests?

1

Utilisateur anonyme

10 nov. 2012

With binary search I mean searching an element in a sorted array in log(n) time. The exercise was based on that idea, but applied to something slightly different.

1