minor renovations, beautify round 2 (final)
This commit is contained in:
parent
fad6615c42
commit
8410ce6421
212 changed files with 1981 additions and 1717 deletions
BIN
1-js/4-data-structures/7-array/9-eratosthenes-sieve/sieve.gif
Normal file
BIN
1-js/4-data-structures/7-array/9-eratosthenes-sieve/sieve.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -15,7 +15,7 @@
|
|||
<li>Все оставшиеся незачеркнутыми числа -- простые.</li>
|
||||
</ol>
|
||||
|
||||
Посмотрите также <a href="/files/tutorial/intro/array/sieve.gif">анимацию алгоритма</a>.
|
||||
Посмотрите также [анимацию алгоритма](sieve.gif).
|
||||
|
||||
Реализуйте "Решето Эратосфена" в JavaScript, используя массив.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue