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: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Classic Algorithms
51
51
52
52
**Closest pair problem** - The closest pair of points problem or closest pair problem is a problem of computational geometry: given *n* points in metric space, find a pair of points with the smallest distance between them.
53
53
54
-
[**Sieve of Eratosthenes**](https://github.com/quitrk/LearningJS/blob/master/Classic%20Algorithms/03.%Sieve%20of%20Eratosthenes.js) - The sieve of Eratosthenes is one of the most efficient ways to find all of the smaller primes (below 10 million or so).
54
+
[**Sieve of Eratosthenes**](https://github.com/quitrk/LearningJS/blob/master/Classic%20Algorithms/03.%20Sieve%20of%20Eratosthenes.js) - The sieve of Eratosthenes is one of the most efficient ways to find all of the smaller primes (below 10 million or so).
0 commit comments