Question d’entretien chez Fynd

Find the square root using binary search?

Réponse à la question d'entretien

Utilisateur anonyme

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.