Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 241 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 241 Bytes

Eratosthenes

Sieve of Eratosthenes in C++

Installing the dependencies

  • cmake
  • libboost

Compile!

git clone https://github.com/Andreabont/Eratosthenes.git
mkdir build
cd build
cmake ..
make