You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -253,13 +253,13 @@ LeetCode
253
253
|0371|[Sum of Two Integers](https://leetcode.com/problems/russian-doll-envelopes/)| c |[c++](./src/0371-Sum-of-Two-Integers/0371.cpp)|[python](./src/0371-Sum-of-Two-Integers/0371.py)||||[rust](./src/0371-Sum-of-Two-Integers/0371.rs)|Medium|
254
254
|0377|[Combination Sum IV](https://leetcode.com/problems/combination-sum-iv/)| c |[c++](./src/0377-Combination-Sum-IV/0377.cpp)|[python](./src/0377-Combination-Sum-IV/0377.py)|||||Medium|
255
255
|0389|[Find the Difference](https://leetcode.com/problems/find-the-difference/)| c |[c++](./src/0389-Find-the-Difference/0389.cpp)|[python](./src/0389-Find-the-Difference/0389.py)|||||Easy|
256
-
|0384|[Shuffle an Array](https://leetcode.com/problems/shuffle-an-array/)| c |[c++](./src/0384-shuffle-an-array/0384.cpp)|||||[rust](./src/0384-shuffle-an-array/0384.rs)|Medium|
256
+
|0384|[Shuffle an Array](https://leetcode.com/problems/shuffle-an-array/)| c |[c++](./src/0384-Shuffle-an-Array/0384.cpp)|||||[rust](./src/0384-Shuffle-an-Array/0384.rs)|Medium|
257
257
|0392|[Is Subsequence](https://leetcode.com/problems/is-subsequence/)| c |[c++](./src/0392-Is-Subsequence/0392.cpp)|[python](./src/0392-Is-Subsequence/0392.py)|||||Medium|
258
258
|0401|[Binary Watch](https://leetcode.com/problems/binary-watch/)| c |[c++](./src/0401-Binary-Watch/0401.cpp)|[python](./src/0401-Binary-Watch/0401.py)|||||Easy|
259
259
|0404|[Sum of Left Leaves](https://leetcode.com/problems/sum-of-left-leaves/)| c |[c++](./src/0404-Sum-of-Left-Leaves/0404.cpp)|[python](./src/0404-Sum-of-Left-Leaves/0404.py)|||||Easy|
|0416|[Partition Equal Subset Sum](https://leetcode.com/problems/partition-equal-subset-sum/)| c |[c++](./src/0416-Partition-Equal-Subset-Sum/0416.cpp)|[python](./src/0416-Partition-Equal-Subset-Sum/0416.py)|[go](./src/0416-Partition-Equal-Subset-Sum/0416.go)|[js](./src/0416-Partition-Equal-Subset-Sum/0416.js)|[java](./src/0416-Partition-Equal-Subset-Sum/0416.java)||Medium|
262
-
|0423|[Reconstruct Original Digits from English](https://leetcode.com/problems/reconstruct-original-digits-from-english/)||[c++](./src/0423-reconstruct-original-digits-from-english/0423.cpp)|||||[rust](./src/0423-reconstruct-original-digits-from-english/0423.rs)|Medium|
262
+
|0423|[Reconstruct Original Digits from English](https://leetcode.com/problems/reconstruct-original-digits-from-english/)||[c++](./src/0423-Reconstruct-Original-Digits-from-English/0423.cpp)|||||[rust](./src/0423-Reconstruct-Original-Digits-from-English/0423.rs)|Medium|
263
263
|0424|[Longest Repeating Character Replacement](https://leetcode.com/problems/partition-equal-subset-sum/)| c |[c++](./src/0424-Longest-Repeating-Character-Replacement/0424.cpp)|[python](./src/0424-Longest-Repeating-Character-Replacement/0424.py)|[go](./src/0424-Longest-Repeating-Character-Replacement/0424.go)|[js](./src/0424-Longest-Repeating-Character-Replacement/0424.js)|||Medium|
264
264
|0435|[Non-overlapping Intervals](https://leetcode.com/problems/non-overlapping-intervals/)| c |[c++](./src/0435-Non-overlapping-Intervals/0435.cpp)|[python](./src/0435-Non-overlapping-Intervals/0435.py)|[go](./src/0435-Non-overlapping-Intervals/0435.go)||||Medium|
265
265
|0437|[Path Sum III](https://leetcode.com/problems/path-sum-iii/)| c |[c++](./src/0437-Path-Sum-III/0437.cpp)|[python](./src/0437-Path-Sum-III/0437.py)|||||Easy|
@@ -289,10 +289,10 @@ LeetCode
289
289
|0530|[Minimum Absolute Difference in BST](https://leetcode.com/problems/minimum-absolute-difference-in-bst/)| c |[c++](./src/0530-Minimum-Absolute-Difference-in-BST/0530.cpp)|[python](./src/0530-Minimum-Absolute-Difference-in-BST/0530.py)|||||Easy|
290
290
|0543|[Diameter of Binary Tree](https://leetcode.com/problems/diameter-of-binary-tree/)| c |[c++](./src/0543-Diameter-of-Binary-Tree/0543.cpp)|[python](./src/0543-Diameter-of-Binary-Tree/0543.py)|||||Easy|
291
291
|0547|[Friend Circles](https://leetcode.com/problems/friend-circles/)| c |[c++](./src/0547-Friend-Circles/0547.cpp)|[python](./src/0547-Friend-Circles/0547.py)|||||Medium|
292
-
|0559|[Maximum Depth of N-ary Tree](https://leetcode.com/problems/maximum-depth-of-n-ary-tree/)||[c++](./src/0559-maximum-depth-of-n-ary-tree/0559.cpp)||||||Easy|
292
+
|0559|[Maximum Depth of N-ary Tree](https://leetcode.com/problems/maximum-depth-of-n-ary-tree/)||[c++](./src/0559-Maximum-Depth-of-N-ary-Tree/0559.cpp)||||||Easy|
293
293
|0560|[Subarray Sum Equals K](https://leetcode.com/problems/subarray-sum-equals-k/)| c |[c++](./src/0560-Subarray-Sum-Equals-K/0560.cpp)|[python](./src/0560-Subarray-Sum-Equals-K/0560.py)|||||Medium|
294
294
|0583|[Delete Operation for Two Strings](https://leetcode.com/problems/delete-operation-for-two-strings/)|c|[c++](./src/0583-Delete-Operation-for-Two-Strings/0583.cpp)|||||[rust](./src/0583-Delete-Operation-for-Two-Strings/0583.rs)|Medium|
|0637|[Average of Levels in Binary Tree](https://leetcode.com/problems/subarray-sum-equals-k/)| c |[c++](./src/0637-Average-of-Levels-in-Binary-Tree/0637.cpp)|[python](./src/0637-Average-of-Levels-in-Binary-Tree/0637.py)|||||Easy|
|0650|[2 Keys Keyboard](https://leetcode.com/problems/2-keys-keyboard/)| c |[c++](./src/0650-2-Keys-Keyboard/0650.cpp)|[python](./src/0650-2-Keys-Keyboard/0650.py)|||||Medium|
@@ -327,7 +327,7 @@ LeetCode
327
327
|0847|[Shortest Path Visiting All Nodes](https://leetcode.com/problems/shortest-path-visiting-all-nodes/)| c |[c++](./src/0847-Shortest-Path-Visiting-All-Nodes/0847.cpp)|[python](./src/0847-Shortest-Path-Visiting-All-Nodes/0847.py)|[go](./src/0847-Shortest-Path-Visiting-All-Nodes/0847.go)|[js](./src/0847-Shortest-Path-Visiting-All-Nodes/0847.js)|||Hard|
328
328
|0852|[Peak Index in a Mountain Array](https://leetcode.com/problems/peak-index-in-a-mountain-array/)| c |[c++](./src/0852-Peak-Index-in-a-Mountain-Array/0852.cpp)|[python](./src/0852-Peak-Index-in-a-Mountain-Array/0852.py)|||||Easy|
329
329
|0857|[Minimum Cost to Hire K Workers](https://leetcode.com/problems/minimum-cost-to-hire-k-workers/)|c|[c++](./src/0857-Minimum-Cost-to-Hire-K-Workers/0857.cpp)|[python](./src/0857-Minimum-Cost-to-Hire-K-Workers/0857.py)|[go](./src/0857-Minimum-Cost-to-Hire-K-Workers/0857.go)|[js](./src/0857-Minimum-Cost-to-Hire-K-Workers/0857.js)|[java](./src/0857-Minimum-Cost-to-Hire-K-Workers/0857.java)||Hard|
|0872|[Leaf-Similar Trees](https://leetcode.com/problems/peak-index-in-a-mountain-array/)| c |[c++](./src/0852-Peak-Index-in-a-Mountain-Array/0852.cpp)|[python](./src/0852-Peak-Index-in-a-Mountain-Array/0852.py)|||||Easy|
332
332
|0873|[Length of Longest Fibonacci Subsequence](https://leetcode.com/problems/length-of-longest-fibonacci-subsequence/)| c |[c++](./src/0873-Length-of-Longest-Fibonacci-Subsequence/0873.cpp)|[python](./src/0873-Length-of-Longest-Fibonacci-Subsequence/0873.py)|||||Medium|
333
333
|0874|[Walking Robot Simulation](https://leetcode.com/problems/walking-robot-simulation/)| c |[c++](./src/0874-Walking-Robot-Simulation/0874.cpp)|[python](./src/0874-Walking-Robot-Simulation/0874.py)|||||Easy|
0 commit comments