Pergunta de entrevista da empresa Quantcast

Variations on binary search

Respostas da entrevista

Sigiloso

10 de nov. de 2012

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

1

Sigiloso

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