8000 Merge branch 'master' of github.com:sunwaylive/leetcode-1 into sunway… · weizier/leetcode@e866175 · GitHub
[go: up one dir, main page]

Skip to content

Commit e866175

Browse files
committed
Merge branch 'master' of github.com:sunwaylive/leetcode-1 into sunwaylive-master
1 parent bf5b194 commit e866175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

C++/chapString.tex

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ \subsubsection{代码}
3535
if (!::isalnum(*left)) ++left;
3636
else if (!::isalnum(*right)) --right;
3737
else if (*left != *right) return false;
38+
else{ left++, right--; }
3839
}
3940
return true;
4041
}

0 commit comments

Comments
 (0)
0