Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement binary search to find the square root of a number up to a given precision.

Run the code to see the output here...