Question d’entretien chez NetApp

write a algorithm to find square root of a number without using library function sqrt(n).

Réponse à la question d'entretien

Utilisateur anonyme

16 sept. 2014

use binary search approach