Fix number_of_divisors() to return correct results when n > 1#6006
Fix number_of_divisors() to return correct results when n > 1#6006gr8rithic wants to merge 1 commit intoTheAlgorithms:masterfrom
number_of_divisors() to return correct results when n > 1#6006Conversation
|
Please add tests that would fail on the current code but pass on the proposed code so we have proof this change is required. The current title of this PR shows little respect to the reader because it forces them to manually look up what #5999 refers to. I will make changes to demonstrate a better practice that gives the reviewer single-click access to #5999 and also enables autoclosing of the issue when the PR is merged as discussed at: |
number_of_divisors() to return correct results when n > 1
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
In preparation for that denial-of-service attack that is Hacktoberfest, I am closing all pull requests that have failing tests. |
Describe your change:
Fixes #5999
Checklist:
Fixes: #5999 }.