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 8ab534a commit f03348dCopy full SHA for f03348d
1 file changed
Python/one-edit-distance.py
@@ -26,6 +26,7 @@ def isOneEditDistance(self, s, t):
26
i += 1
27
28
return i == m
29
-
+
30
31
if __name__ == "__main__":
32
print Solution().isOneEditDistance("teacher", "acher")
0 commit comments