Skip to content

Commit 8273935

Browse files
committed
小修改
1 parent d1a213f commit 8273935

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

C++/LeetCodet题解(C++版).pdf

1.04 KB
Binary file not shown.

C++/chapLinearList.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ \subsubsection{代码}
118118
下面是一个更简洁的版本。上面的代码略长,不过扩展性好一些,例如将\fn{occur < 2}改为\fn{occur < 3},就变成了允许重复最多3次。
119119
\begin{Code}
120120
// LeetCode, Remove Duplicates from Sorted Array II
121-
// @author hansonyu (http://weibo.com/u/1666779725)
121+
// @author 虞航仲 (http://weibo.com/u/1666779725)
122122
class Solution {
123123
public:
124124
int removeDuplicates(int A[], int n) {

0 commit comments

Comments
 (0)