Skip to content

Add Perfect Number Algorithm #416

Open
@renzozuk

Description

@renzozuk

It involves looping through all the positive divisors of a number (except the number itself) and checking if their sum equals the number itself. If it does, the number is a perfect number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions