Skip to content

Commit 56718b0

Browse files
Update 0071M. Simplify Path.py
1 parent befdd19 commit 56718b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0071M. Simplify Path.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Runtime: 24 ms, faster than 97.55% of Python3 online submissions for Simplify Path.
2-
#Memory Usage: 14.4 MB, less than 45.52% of Python3 online submissions for Simplify Path.
1+
#Runtime: 32 ms, faster than 71.86% of Python3 online submissions for Simplify Path.
2+
#Memory Usage: 14.1 MB, less than 90.67% of Python3 online submissions for Simplify Path.
33

44
class Solution:
55
def simplifyPath(self, path: str) -> str:

0 commit comments

Comments
 (0)