Skip to content

Commit e67e77b

Browse files
authored
Merge pull request gzc426#9 from qiuguomeng/qiuguomeng-patch-8
Update 。。。.md
2 parents 130333e + a1a49ef commit e67e77b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2018.11.27-leetcode125/。。。.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```
12
public boolean isPalindrome(String s){
23
if (s.length() >= 2){
34
int left = 0,right = s.length()-1;
@@ -26,3 +27,4 @@ public boolean isPalindrome(String s){
2627
}
2728
return true;
2829
}
30+
```

0 commit comments

Comments
 (0)