Fynd Interview Question

Find the square root using binary search?

Interview Answer

Anonymous

Nov 7, 2024

Answer in a systematic manner. First explain the brute force trying all the possibilities. The second approach is more optimal one which in by using binary search.