mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update README.md
This commit is contained in:
parent
a169c04a18
commit
92e733fb0f
@ -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**
|
||||
|
Loading…
Reference in New Issue
Block a user