2 comments (2 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)
Contributor guide
- Research direction
- Implement the Euler totient function φ(n) = n * ∏(1 1/p) for distinct prime divisors p. Optimize using prime factorization. Write tests to verify results for n from 1 to 1000.
- Tech stack
- None
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- C++Git