Skip to content

Commit e3ef5c3

Browse files
authored
FIXES: TheAlgorithms#1666 , remove references to SieveOfEratosthenesIntArray
1 parent b037bb5 commit e3ef5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Project-Euler/Problem035.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @author ddaniel27
1111
*/
12-
import { sieveOfEratosthenes } from '../Maths/SieveOfEratosthenesIntArray'
12+
import { sieveOfEratosthenes } from '../Maths/SieveOfEratosthenes'
1313

1414
function problem35(n) {
1515
if (n < 2) {

0 commit comments

Comments
 (0)