You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/algebra/sieve-of-eratosthenes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ And we continue this procedure until we processed all numbers in the row.
13
13
14
14
In the following image you can see a visualization of the algorithm for computing all prime numbers in the range $[1; 16]$. It can be seen, that quite often we mark numbers as composite multiple times.
15
15
16
-

16
+
<center></center>
17
17
18
18
The idea behind is this:
19
19
A number is prime, if none of the smaller prime numbers divides it.
0 commit comments