Skip to content

Commit 6f6079e

Browse files
author
lanyuanxiaoyao
committed
修改文件: _posts/2017-02-24-remove-duplicates-from-sorted-array-ii.md
1 parent c0a4042 commit 6f6079e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_posts/2017-02-24-remove-duplicates-from-sorted-array-ii.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ categories: LeetCode
66
tags: [LeetCode,Medium,计数,数组]
77
---
88

9+
* content
10+
{:toc}
11+
12+
913
>Follow up for "Remove Duplicates":
1014
What if duplicates are allowed at most twice?
1115
给定一个有序的整数数列,每个数最多只能出现两次,然后去除多余的数,把剩下的数排在原数组的前面,并返回新数列的长度

0 commit comments

Comments
 (0)