Skip to content

Commit e9bebc4

Browse files
authored
Update 647._Palindromic_Substrings.md
1 parent c4141b7 commit e9bebc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Leetcode_Solutions/647._Palindromic_Substrings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ class Solution(object):
9595
count += (P[i]+1)/2
9696
return count
9797
```
98+
99+
> 思路 2
100+
101+
98102
python无敌啊!!!有没有天理啊,手动滑稽😏😏😏😏!一行解法:
99103
```python
100104
class Solution(object):

0 commit comments

Comments
 (0)