Problem Description Given a number N, find the square root of that number. If the number is not a perfect square, then return -1 Solution First approach - Brute Force Brute Force: Loop through ...
Problem Description Given a number N, find the square root of that number. If the number is not a perfect square, then return -1 Solution First approach - Brute Force Brute Force: Loop through ...