Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sunwaylive/leetcode-1 into sunway…
Browse files Browse the repository at this point in the history
…live-master
  • Loading branch information
soulmachine committed Jun 24, 2014
1 parent bf5b194 commit e866175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions C++/chapString.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ \subsubsection{代码}
if (!::isalnum(*left)) ++left;
else if (!::isalnum(*right)) --right;
else if (*left != *right) return false;
else{ left++, right--; }
}
return true;
}
Expand Down

0 comments on commit e866175

Please sign in to comment.