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 6cf4064 commit 91bcb36Copy full SHA for 91bcb36
Two-Pointers/844-Backspace-String-Compare.py
@@ -91,3 +91,6 @@ def backspaceCompare(self, s, t):
91
return True
92
else:
93
False
94
+
95
+# T:O(M+N)
96
+# S:O(1)
0 commit comments