Skip to content

Commit 005bb81

Browse files
authored
Update contain-virus.cpp
1 parent 806e30b commit 005bb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/contain-virus.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O((R * C)^(4/3))
1+
// Time: O((R * C)^(4/3)), days = O((R * C)^(1/3))
22
// Space: O(R * C)
33

44
class Solution {

0 commit comments

Comments
 (0)