Skip to content

docs(maths): Add comprehensive doctests for perfect_number #12810

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

preethamvgowdaa
Copy link

This pull request improves the perfect_number algorithm by adding more comprehensive doctests, as required by the contribution guidelines.

The new tests cover:

  • Additional known perfect numbers (28, 496).
  • More non-perfect numbers.
  • Edge cases such as 0, 1, and negative numbers.

All local doctests (15/15) pass successfully.

@algorithms-keeper algorithms-keeper bot added tests are failing Do not merge until tests pass labels Jun 27, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
tests are failing Do not merge until tests pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant