Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 205 Bytes

File metadata and controls

2 lines (2 loc) · 205 Bytes

Fast Sieve of Eratosthenes

This is just a re-implementation of this algorithm. I wanted to write it in C so here it is.