Skip to content

Commit 52491d6

Browse files
gabrielsimoestcNickolas
authored andcommitted
Fix link to linear complexity sieve article (cp-algorithms#154)
1 parent 78c22e1 commit 52491d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algebra/sieve-of-eratosthenes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ According to the performed experiments, we have the best speed of work when $s$
144144

145145
##Advancement to the linear time complexity
146146

147-
We can convert the Eratosthenes algorithm into another algorithm that will have linear time complexity. Look at the article [Sieve of Eratosthenes Having Linear Time Complexity](./prime-sieve-linear.html). (However, this algorithm has its own weaknesses).
147+
We can convert the Eratosthenes algorithm into another algorithm that will have linear time complexity. Look at the article [Sieve of Eratosthenes Having Linear Time Complexity](./algebra/prime-sieve-linear.html). (However, this algorithm has its own weaknesses).

0 commit comments

Comments
 (0)