Skip to content

Commit bd8a675

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2019.11.25-leetcode80/黎明初醒.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'''
1+
```
22
class Solution {
33
public int removeDuplicates(int[] nums) {
44
if(nums.length==0){
@@ -21,5 +21,5 @@ class Solution {
2121
return j+1;
2222
}
2323
}
24-
'''
24+
```
2525
//i为快指针,j为慢指针。

0 commit comments

Comments
 (0)