Pregunta de entrevista de Belzabar Software Design

Find an element from a rotated sorted array.

Respuestas de entrevistas

Anónimo

1 jul 2012

It's a variation of binary search

Anónimo

19 jul 2012

try to imagin the graph . . . .if the previous array was in increasing order then after rotation the two sub aarays will also be in increasing order except one sudden fall . . O(log n/2)