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 806e30b commit 005bb81Copy full SHA for 005bb81
C++/contain-virus.cpp
@@ -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
class Solution {
0 commit comments