-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
algorithm: Pronic number #595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
algorithm: Pronic number #595
Conversation
|
@tjgurwara99 and @vil02 I added all the suggested changes. Thanks, |
vil02
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is some overflow issue. Interesting.
vil02
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, besides the name in the test cases.
This PR contains commits related to pronic number implementation.
Thanks.