Pergunta de entrevista da empresa Fynd

Find the square root using binary search?

Resposta da entrevista

Sigiloso

7 de nov. de 2024

Answer in a systematic manner. First explain the brute force trying all the possibilities. The second approach is more optimal one which in by using binary search.