forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 50c804c
feat: update ts solution to lc problem: No.0402 (doocs#2567)
1 parent a4f0b14 commit 50c804c
File tree
3 files changed
+30
-24
lines changed- solution/0400-0499/0402.Remove K Digits
3 files changed
+30
-24
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | - | ||
149 | - | ||
150 | - | ||
151 | - | ||
152 | - | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | 153 |
| |
154 | - | ||
155 | - | ||
154 | + | ||
156 | 155 |
| |
157 | - | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
158 | 160 |
| |
159 | 161 |
| |
160 | 162 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | - | ||
135 | - | ||
136 | - | ||
137 | - | ||
138 | - | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | 139 |
| |
140 | - | ||
141 | - | ||
140 | + | ||
142 | 141 |
| |
143 | - | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
144 | 146 |
| |
145 | 147 |
| |
146 | 148 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
3 | - | ||
4 | - | ||
5 | - | ||
6 | - | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | 7 |
| |
8 | - | ||
9 | - | ||
8 | + | ||
10 | 9 |
| |
11 | - | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
12 | 14 |
|
0 commit comments