- Notifications
You must be signed in to change notification settings - Fork20.7k
Add Pronic Number Implementation#2867
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add Pronic Number Implementation#2867
Uh oh!
There was an error while loading.Please reload this page.
Conversation
siriak 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, could you add a couple of tests to make sure everything works as inhttps://github.com/TheAlgorithms/Java/blob/66d8d51de67fd3e7c7249930f4a912ad9560d823/src/test/java/com/thealgorithms/searches/QuickSelectTest.java?
itsAkshayDubey commentedDec 21, 2021
Hi@siriak , added unit tests for Pronic Number implementation. Kindly have a look. |
Uh oh!
There was an error while loading.Please reload this page.
siriak 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.
LGTM, thanks!
Describe your change:
References
Pronic Number Implemenation#2856
Checklist:
Fixes: #{$ISSUE_NO}.