Pregunta de entrevista de Fynd

Find the square root using binary search?

Respuesta de la entrevista

Anónimo

7 nov 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.