You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if a number is prime
Generate first N prime numbers
Generate all prime numbers up to a given limit
Interactive menu interface
Efficient prime number checking algorithm
Installation
Prerequisites
Rust and Cargo (Install from rustup.rs)
About
Rust programs to generate Prime numbers and verify them using different methods