Skip to content

Commit

Permalink
FIXES: TheAlgorithms#1666 , remove references to SieveOfEratosthenesI…
Browse files Browse the repository at this point in the history
…ntArray
  • Loading branch information
SpiderMath authored May 25, 2024
1 parent b037bb5 commit e3ef5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project-Euler/Problem035.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @author ddaniel27
*/
import { sieveOfEratosthenes } from '../Maths/SieveOfEratosthenesIntArray'
import { sieveOfEratosthenes } from '../Maths/SieveOfEratosthenes'

function problem35(n) {
if (n < 2) {
Expand Down

0 comments on commit e3ef5c3

Please sign in to comment.