Skip to content

Commit 6a8f96f

Browse files
authored
Update contain-virus.cpp
1 parent 005bb81 commit 6a8f96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

C++/contain-virus.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Time: O((R * C)^(4/3)), days = O((R * C)^(1/3))
2-
// Space: O(R * C)
1+
// Time: O((m * n)^(4/3)), days = O((m * n)^(1/3))
2+
// Space: O(m * n)
33

44
class Solution {
55
public:

0 commit comments

Comments
 (0)