Skip to content

Commit 686535a

Browse files
authored
Update prime-in-diagonal.py
1 parent 0421ac4 commit 686535a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/prime-in-diagonal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Time: precompute: O(MAX_N)
22
# runtime: O(n)
3-
# Space: O(p)
3+
# Space: O(MAX_N)
44

55
# number theory
66
def linear_sieve_of_eratosthenes(n):

0 commit comments

Comments
 (0)