Skip to content

feat: update lc problems #3375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions solution/0100-0199/0192.Word Frequency/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- problem:start -->

---

comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0100-0199/0192.Word%20Frequency/README.md

tags:
- Shell
---

<!-- problem:start -->

# [192. 统计词频](https://leetcode.cn/problems/word-frequency)

[English Version](/solution/0100-0199/0192.Word%20Frequency/README_EN.md)
Expand Down
8 changes: 4 additions & 4 deletions solution/0100-0199/0193.Valid Phone Numbers/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- problem:start -->

---

comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0100-0199/0193.Valid%20Phone%20Numbers/README.md

tags:
- Shell
---

<!-- problem:start -->

# [193. 有效电话号码](https://leetcode.cn/problems/valid-phone-numbers)

[English Version](/solution/0100-0199/0193.Valid%20Phone%20Numbers/README_EN.md)
Expand Down
8 changes: 4 additions & 4 deletions solution/0100-0199/0194.Transpose File/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- problem:start -->

---

comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0100-0199/0194.Transpose%20File/README.md

tags:
- Shell
---

<!-- problem:start -->

# [194. 转置文件](https://leetcode.cn/problems/transpose-file)

[English Version](/solution/0100-0199/0194.Transpose%20File/README_EN.md)
Expand Down
8 changes: 4 additions & 4 deletions solution/0100-0199/0195.Tenth Line/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- problem:start -->

---

comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/0100-0199/0195.Tenth%20Line/README.md

tags:
- Shell
---

<!-- problem:start -->

# [195. 第十行](https://leetcode.cn/problems/tenth-line)

[English Version](/solution/0100-0199/0195.Tenth%20Line/README_EN.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tags:
The only distinct strings in arr are &quot;d&quot; and &quot;a&quot;.
&quot;d&quot; appears 1<sup>st</sup>, so it is the 1<sup>st</sup> distinct string.
&quot;a&quot; appears 2<sup>nd</sup>, so it is the 2<sup>nd</sup> distinct string.
Since k == 2, &quot;a&quot; is returned.
Since k == 2, &quot;a&quot; is returned.
</pre>

<p><strong class="example">Example 2:</strong></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2618.Check%20if%20Object%20Instance%20of%20Class/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2618.Check%20if%20Object%20Instance%20of%20Class/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2619.Array Prototype Last/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2619.Array%20Prototype%20Last/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2619.Array Prototype Last/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2619.Array%20Prototype%20Last/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2620.Counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2620.Counter/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2620.Counter/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2620.Counter/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2621.Sleep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2621.Sleep/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2621.Sleep/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2621.Sleep/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2622.Cache With Time Limit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2622.Cache%20With%20Time%20Limit/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2622.Cache With Time Limit/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2622.Cache%20With%20Time%20Limit/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2623.Memoize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2623.Memoize/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2623.Memoize/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2623.Memoize/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2624.Snail Traversal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2624.Snail%20Traversal/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2624.Snail Traversal/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2624.Snail%20Traversal/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2625.Flatten Deeply Nested Array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2625.Flatten%20Deeply%20Nested%20Array/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2625.Flatten%20Deeply%20Nested%20Array/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2626.Array Reduce Transformation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2626.Array%20Reduce%20Transformation/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2626.Array%20Reduce%20Transformation/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2627.Debounce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2627.Debounce/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2627.Debounce/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2627.Debounce/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2628.JSON Deep Equal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2628.JSON%20Deep%20Equal/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2628.JSON Deep Equal/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2628.JSON%20Deep%20Equal/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2629.Function Composition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2629.Function%20Composition/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2629.Function Composition/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2629.Function%20Composition/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2630.Memoize II/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 困难
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2630.Memoize%20II/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2630.Memoize II/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Hard
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2630.Memoize%20II/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2631.Group By/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2631.Group%20By/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2631.Group By/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2631.Group%20By/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2632.Curry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2632.Curry/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2632.Curry/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2632.Curry/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 中等
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2633.Convert%20Object%20to%20JSON%20String/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Medium
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2633.Convert%20Object%20to%20JSON%20String/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
2 changes: 2 additions & 0 deletions solution/2600-2699/2634.Filter Elements from Array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2634.Filter%20Elements%20from%20Array/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2634.Filter%20Elements%20from%20Array/README_EN.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2600-2699/2635.Apply%20Transform%20Over%20Each%20Element%20in%20Array/README.md
tags:
- JavaScript
---

<!-- problem:start -->
Expand Down
Loading
Loading