Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 245 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 245 Bytes

Primes Sieves

To keep on playing a rust, here is very basic library containing the sieve of eratosthenes, segmented sieve and a linear sieve. Probably very bad implmentation, but judge for yourself ;)

Example usages can be found in main.rs