Skip to content

Commit 51b11dc

Browse files
authored
feat: update lc problems (doocs#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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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 -->

0 commit comments

Comments
 (0)