NetApp interview question

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

Interview Answer

Anonymous

16 Sept 2014

use binary search approach