Uber Interview Question

Find sq root of a number without using the sq root method

Interview Answer

Anonymous

Nov 17, 2015

Binary search for the answer

1