File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ arr[i]的大小在[0, 10**8]之间。
78
78
79
79
### 代码
80
80
81
- 语言支持:Python
81
+ - 语言支持:Python
82
+
83
+ Python Code:
82
84
83
85
``` py
84
86
class Solution (object ):
@@ -116,7 +118,9 @@ class Solution(object):
116
118
117
119
### 代码
118
120
119
- 语言支持:Python
121
+ - 语言支持:Python
122
+
123
+ Python Code:
120
124
121
125
``` py
122
126
class Solution (object ):
@@ -209,7 +213,9 @@ class Solution(object):
209
213
210
214
### 代码
211
215
212
- 语言支持:Python,CPP,Java,JS, Go, PHP
216
+ - 语言支持:Python,CPP,Java,JS, Go, PHP
217
+
218
+ Python Code:
213
219
214
220
``` py
215
221
class Solution :
@@ -233,7 +239,7 @@ class Solution:
233
239
234
240
```
235
241
236
- CPP:
242
+ CPP Code :
237
243
238
244
``` cpp
239
245
class Solution {
@@ -264,7 +270,7 @@ public:
264
270
};
265
271
```
266
272
267
- JAVA:
273
+ JAVA Code :
268
274
269
275
``` java
270
276
class Solution {
@@ -292,7 +298,7 @@ class Solution {
292
298
}
293
299
```
294
300
295
- JS:
301
+ JS Code :
296
302
297
303
``` js
298
304
var maxChunksToSorted = function (arr ) {
@@ -312,7 +318,7 @@ var maxChunksToSorted = function (arr) {
312
318
};
313
319
```
314
320
315
- Go:
321
+ Go Code :
316
322
317
323
``` go
318
324
func maxChunksToSorted (arr []int ) int {
@@ -338,7 +344,7 @@ func maxChunksToSorted(arr []int) int {
338
344
}
339
345
```
340
346
341
- PHP:
347
+ PHP Code :
342
348
343
349
``` php
344
350
class Solution
You can’t perform that action at this time.
0 commit comments