Topic: Divide And Conquer Problem / Level: beginner

Problem: Use binary search to check if a given number is a perfect square.

Run the code to see the output here...