Skip to content

Commit 51b11dc

Browse files
authored
feat: update lc problems (#3375)
1 parent 9bb5f0e commit 51b11dc

File tree

209 files changed

+535
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+535
-132
lines changed

solution/0100-0199/0192.Word Frequency/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<!-- problem:start -->
2-
31
---
4-
52
comments: true
63
difficulty: 中等
74
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0100-0199/0192.Word%20Frequency/README.md
8-
5+
tags:
6+
- Shell
97
---
108

9+
<!-- problem:start -->
10+
1111
# [192. 统计词频](https://leetcode.cn/problems/word-frequency)
1212

1313
[English Version](/solution/0100-0199/0192.Word%20Frequency/README_EN.md)

solution/0100-0199/0193.Valid Phone Numbers/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<!-- problem:start -->
2-
31
---
4-
52
comments: true
63
difficulty: 简单
74
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0100-0199/0193.Valid%20Phone%20Numbers/README.md
8-
5+
tags:
6+
- Shell
97
---
108

9+
<!-- problem:start -->
10+
1111
# [193. 有效电话号码](https://leetcode.cn/problems/valid-phone-numbers)
1212

1313
[English Version](/solution/0100-0199/0193.Valid%20Phone%20Numbers/README_EN.md)

solution/0100-0199/0194.Transpose File/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<!-- problem:start -->
2-
31
---
4-
52
comments: true
63
difficulty: 中等
74
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0100-0199/0194.Transpose%20File/README.md
8-
5+
tags:
6+
- Shell
97
---
108

9+
<!-- problem:start -->
10+
1111
# [194. 转置文件](https://leetcode.cn/problems/transpose-file)
1212

1313
[English Version](/solution/0100-0199/0194.Transpose%20File/README_EN.md)

solution/0100-0199/0195.Tenth Line/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<!-- problem:start -->
2-
31
---
4-
52
comments: true
63
difficulty: 简单
74
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0100-0199/0195.Tenth%20Line/README.md
8-
5+
tags:
6+
- Shell
97
---
108

9+
<!-- problem:start -->
10+
1111
# [195. 第十行](https://leetcode.cn/problems/tenth-line)
1212

1313
[English Version](/solution/0100-0199/0195.Tenth%20Line/README_EN.md)

solution/2000-2099/2053.Kth Distinct String in an Array/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tags:
3737
The only distinct strings in arr are &quot;d&quot; and &quot;a&quot;.
3838
&quot;d&quot; appears 1<sup>st</sup>, so it is the 1<sup>st</sup> distinct string.
3939
&quot;a&quot; appears 2<sup>nd</sup>, so it is the 2<sup>nd</sup> distinct string.
40-
Since k == 2, &quot;a&quot; is returned.
40+
Since k == 2, &quot;a&quot; is returned.
4141
</pre>
4242

4343
<p><strong class="example">Example 2:</strong></p>

solution/2600-2699/2618.Check if Object Instance of Class/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2618.Check%20if%20Object%20Instance%20of%20Class/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2618.Check if Object Instance of Class/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2618.Check%20if%20Object%20Instance%20of%20Class/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2619.Array Prototype Last/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2619.Array%20Prototype%20Last/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2619.Array Prototype Last/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2619.Array%20Prototype%20Last/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2620.Counter/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2620.Counter/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2620.Counter/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2620.Counter/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2621.Sleep/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2621.Sleep/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2621.Sleep/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2621.Sleep/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2622.Cache With Time Limit/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2622.Cache%20With%20Time%20Limit/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2622.Cache With Time Limit/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2622.Cache%20With%20Time%20Limit/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2623.Memoize/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2623.Memoize/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2623.Memoize/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2623.Memoize/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2624.Snail Traversal/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2624.Snail%20Traversal/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2624.Snail Traversal/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2624.Snail%20Traversal/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2625.Flatten Deeply Nested Array/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2625.Flatten%20Deeply%20Nested%20Array/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2625.Flatten Deeply Nested Array/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2625.Flatten%20Deeply%20Nested%20Array/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2626.Array Reduce Transformation/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2626.Array%20Reduce%20Transformation/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2626.Array Reduce Transformation/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2626.Array%20Reduce%20Transformation/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2627.Debounce/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2627.Debounce/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2627.Debounce/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2627.Debounce/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2628.JSON Deep Equal/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2628.JSON%20Deep%20Equal/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2628.JSON Deep Equal/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2628.JSON%20Deep%20Equal/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2629.Function Composition/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2629.Function%20Composition/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2629.Function Composition/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2629.Function%20Composition/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2630.Memoize II/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2630.Memoize%20II/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2630.Memoize II/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Hard
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2630.Memoize%20II/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2631.Group By/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2631.Group%20By/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2631.Group By/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2631.Group%20By/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2632.Curry/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2632.Curry/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2632.Curry/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2632.Curry/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2633.Convert Object to JSON String/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2633.Convert%20Object%20to%20JSON%20String/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2633.Convert Object to JSON String/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2633.Convert%20Object%20to%20JSON%20String/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2634.Filter Elements from Array/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2634.Filter%20Elements%20from%20Array/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2634.Filter Elements from Array/README_EN.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2634.Filter%20Elements%20from%20Array/README_EN.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

solution/2600-2699/2635.Apply Transform Over Each Element in Array/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2635.Apply%20Transform%20Over%20Each%20Element%20in%20Array/README.md
5+
tags:
6+
- JavaScript
57
---
68

79
<!-- problem:start -->

0 commit comments

Comments
 (0)