Update README.md

This commit is contained in:
Christian Bender 2017-12-23 22:53:02 +01:00 committed by GitHub
parent a169c04a18
commit 92e733fb0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,3 +8,5 @@ Second: Using the prime numbers to reduce the the given number and thus find all
The complexity of the solution involves approx. O(n logn) in calculating sieve of eratosthenes
O(log n) in calculating the prime factors of the number. So in total approx. O(n logn).
**Requirements: For compile you need the compiler flag for C++ 11**