3 comments (3 comments)1 reaction (1 reaction)1 assignee (1 assignee)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Find the sum of all the amicable numbers under 10000.
Contributor guide
- Research direction
- Implement a function to compute the sum of all amicable numbers under 10000. Start by writing a helper to calculate the sum of proper divisors of a number, then iterate through numbers to find amicable pairs and sum them.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- C++Git