We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5efe16 commit 1a79253Copy full SHA for 1a79253
solution/0955.Delete Columns to Make Sorted II/README.md
@@ -152,5 +152,4 @@ class Solution {
152
}
153
```
154
155
-
156
+解法只用到了额外的 cut boolean 数组,空间复杂度为 O(M),时间复杂度为 O(NM),其中 N 为 word 长度,M 为数组长度。
0 commit comments