Tagged Questions

13
votes
3answers
6k views

What's a good algorithm to determine if an input is a perfect square? [closed]

Closed as Exact Duplicate: Fastest way to determine if an integer’s square root is an integer What's a way to see if a number is a perfect square? bool IsPerfectSquare(long input) { // ...