Skip to content

Commit 67cf978

Browse files
authored
Update sieve_augmented.clj
fix typo in Sieve
1 parent 4daec0f commit 67cf978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/math/primes/factorization/sieve_augmented.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(:require [clojure.math :as m]))
1010

1111
;; Adapts the
12-
;; [Seive of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
12+
;; [Sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
1313
;; to prime factorize numbers through `n`.
1414

1515
(defn prime-factors [n]

0 commit comments

Comments
 (0)