Pergunta de entrevista da empresa Microsoft

For a given number, write an algorithm that can find its square root.

Resposta da entrevista

Sigiloso

21 de out. de 2017

There is a O(log n) solution that uses binary search method