Pregunta de entrevista de Quantcast

Variations on binary search

Respuestas de entrevistas

Anónimo

10 de nov de 2012

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

1

Anónimo

10 de nov de 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