Quantcast interview question

Variations on binary search

Interview Answers

Anonymous

10 Nov 2012

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

1

Anonymous

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