Skip to content

Commit d2a8877

Browse files
authored
Update Permutation in String - Leetcode 567.py
1 parent 1696488 commit d2a8877

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Permutation in String - Leetcode 567.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ def checkInclusion(self, s1: str, s2: str) -> bool:
2323
return True
2424

2525
return False
26+
27+
# Time Complexity: O(n)
28+
# Space Complexity: O(1)

0 commit comments

Comments
 (0)