Skip to content

Commit b1a23c1

Browse files
authored
Update maximum-students-taking-exam.py
1 parent 443bc10 commit b1a23c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Python/maximum-students-taking-exam.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Time: O(m * n * sqrt(m * n))
22
# Space: O(m * n)
33

4-
# solution is the same as google codejam 2008 round 3 problem C
4+
# the problem is the same as google codejam 2008 round 3 problem C
55
# https://github.com/kamyu104/GoogleCodeJam-2008/blob/master/Round%203/no_cheating.py
66

77
import collections

0 commit comments

Comments
 (0)