Skip to content

Commit ebcc1af

Browse files
authored
Update 黎明初醒.md
1 parent a661c0d commit ebcc1af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2019.11.25-leetcode80/黎明初醒.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'''
12
class Solution {
23
public int removeDuplicates(int[] nums) {
34
if(nums.length==0){
@@ -20,4 +21,5 @@ class Solution {
2021
return j+1;
2122
}
2223
}
24+
'''
2325
//i为快指针,j为慢指针。

0 commit comments

Comments
 (0)