Pregunta de entrevista de NetApp

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

Respuesta de la entrevista

Anónimo

16 sept 2014

use binary search approach