We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Sherlock and Squares
Sherlock and Squares
Sort by
recency
|
1570 Discussions
|
Please Login in order to post a comment
Here is my Python solution! The highest and lowest variables are the highest and lowest square root that are between a and b. If the lowest is greater than b, we know that there are no perfect squares. Otherwise, it is simply the difference between the highest and lowest plus 1.
Python
JS
c++
int squares(int a, int b) { int result = 0;
}
c++
int squares(int a, int b) { int result = 0;
}