Skip to content

Commit 85b2cdc

Browse files
authored
Update contain-virus.py
1 parent 330113f commit 85b2cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/contain-virus.py

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
# A virus is spreading rapidly, and your task is to quarantine the infected area by installing walls.

0 commit comments

Comments
 (0)