Update
This commit is contained in:
@@ -289,7 +289,7 @@ class Solution {
|
||||
|
||||
## Python
|
||||
**回溯+正反序判断回文串**
|
||||
```python3
|
||||
```python
|
||||
class Solution:
|
||||
def __init__(self):
|
||||
self.paths = []
|
||||
@@ -326,7 +326,7 @@ class Solution:
|
||||
continue
|
||||
```
|
||||
**回溯+函数判断回文串**
|
||||
```python3
|
||||
```python
|
||||
class Solution:
|
||||
def __init__(self):
|
||||
self.paths = []
|
||||
|
||||
Reference in New Issue
Block a user