Pergunta de entrevista da empresa Microsoft

How many numbers in an unsorted array can be found by binary search?

Resposta da entrevista

Sigiloso

25 de jul. de 2022

Simply the elements which are greater than all its lefties and smaller than all right elements.

1