摘要: 本博客记录的是 LeetCode 71 到 90 题的题解 之前很少使用的语法 # 71. Simplify Path class Solution: def simplifyPath(self, path: str) -> str: new_dir = [] for name in path.sp 阅读全文
posted @ 2022-01-12 21:38 lucky_light 阅读(61) 评论(0) 推荐(0) 编辑