Skip to content

Commit 61dfdaf

Browse files
author
Potecaru Tudor
committed
Fixed broken link
1 parent 1c8b90d commit 61dfdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Classic Algorithms
5151

5252
**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.
5353

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).
5555

5656

5757
Graph

0 commit comments

Comments
 (0)