williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
16.84k stars 4.29k forks source link

Feat: Perfect number algorithm #417

Open renzozuk opened 1 month ago

renzozuk commented 1 month ago

Closes #416

Adds perfect number algorithm and includes tests.