1 comment (1 comment)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
I would like to add an implementation (in C) of Fermat's primality test to the mathematical-algorithms folder or we can have a separate folder named primality-tests inside the mathematical-algorithms folder in which we can add more primality tests in the future.
Contributor guide
- Research direction
- Study Fermat's primality test algorithm. Implement it in C using modular exponentiation. Add the implementation to the 'mathematical algorithms' folder, possibly under a new 'primality tests' subfolder.
- Tech stack
- c
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- CGit