No description
Find a file
2018-07-12 15:09:59 +02:00
CMakeLists.txt New project 2018-07-12 15:07:58 +02:00
eratlib.cpp New project 2018-07-12 15:07:58 +02:00
eratlib.h New project 2018-07-12 15:07:58 +02:00
LICENSE Initial commit 2018-07-12 14:59:34 +02:00
main.cpp Fix 2018-07-12 15:09:59 +02:00
README.md New project 2018-07-12 15:07:58 +02:00

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