Skip to content

Commit

Permalink
小修改
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Oct 9, 2013
1 parent d1a213f commit 8273935
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified C++/LeetCodet题解(C++版).pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion C++/chapLinearList.tex
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ \subsubsection{代码}
下面是一个更简洁的版本。上面的代码略长,不过扩展性好一些,例如将\fn{occur < 2}改为\fn{occur < 3},就变成了允许重复最多3次。
\begin{Code}
// LeetCode, Remove Duplicates from Sorted Array II
// @author hansonyu (http://weibo.com/u/1666779725)
// @author 虞航仲 (http://weibo.com/u/1666779725)
class Solution {
public:
int removeDuplicates(int A[], int n) {
Expand Down

0 comments on commit 8273935

Please sign in to comment.