We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330113f commit 85b2cdcCopy full SHA for 85b2cdc
1 file changed
Python/contain-virus.py
@@ -1,4 +1,4 @@
1
-# Time: O((R * C)^(4/3))
+# Time: O((R * C)^(4/3)), days = O((R * C)^(1/3))
2
# Space: O(R * C)
3
4
# A virus is spreading rapidly, and your task is to quarantine the infected area by installing walls.
0 commit comments