Domanda di colloquio di Fynd

Find the square root using binary search?

Risposta di colloquio

Anonimo

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.