diff --git a/problems/0332.重新安排行程.md b/problems/0332.重新安排行程.md index 61fa82f5..6c8a4814 100644 --- a/problems/0332.重新安排行程.md +++ b/problems/0332.重新安排行程.md @@ -418,8 +418,7 @@ class Solution { } ``` -### Python - +### Python ``` 回溯 使用字典 ```python