Meta Interview Question

Calculate square root of a number without using math libraries.

Interview Answer

Anonymous

Feb 3, 2016

Pseudo code using binary search