Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 666 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 666 Bytes

[🔢] Prime Machine [🔢]

project-image

Fast algorithm for marking prime number in a given range.

🧐 Features

Here're some of the project's best features:

  • Segmented Sieve of Eratosthenes
  • Memory efficient booleans (std::vector, not bitset)
  • C-style algorithm

🛡️ License:

This project is licensed under the MIT Licence