NetApp Interview Question

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

Interview Answer

Anonymous

Sep 16, 2014

use binary search approach