Skip to content

Commit 689d842

Browse files
committed
update readme
1 parent 838dce5 commit 689d842

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
3321-find-x-sum-of-all-k-long-subarrays-ii python hard
2-
2528-maximize-the-minimum-powered-city python hard
1+
0339-nested-list-weight-sum python medium

Question_List_0001_1000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
| 0334 | [Increasing Triplet Subsequence](https://leetcode.com/problems/increasing-triplet-subsequence/) | [Python](./Python/0334-increasing-triplet-subsequence.py) | [Medium](./Readme/0334-increasing-triplet-subsequence.md) |
277277
| 0337 | [House Robber III](https://leetcode.com/problems/house-robber-iii) | [Python](./Python/0337-house-robber-iii.py) | [Medium](./Readme/0337-house-robber-iii.md) |
278278
| 0338 | [Counting Bits](https://leetcode.com/problems/counting-bits/) | [Python](./Python/0338-counting-bits.py) | [Medium](./Readme/0338-counting-bits.md) |
279+
| 0339 | [Nested List Weight Sum](https://leetcode.com/problems/nested-list-weight-sum/) | [Python](./Python/0339-nested-list-weight-sum.py) | [Medium](./Readme/0339-nested-list-weight-sum.md) |
279280
| 0340 | [Longest Substring with At Most K Distinct Characters](https://leetcode.com/problems/longest-substring-with-at-most-k-distinct-characters/) | [Python](./Python/0340-longest-substring-with-at-most-k-distinct-characters.py) | [Medium](./Readme/0340-longest-substring-with-at-most-k-distinct-characters.md) |
280281
| 0341 | [Flatten Nested List Iterator](https://leetcode.com/problems/flatten-nested-list-iterator/) | [Python](./Python/0341-flatten-nested-list-iterator.py) | [Medium](./Readme/0341-flatten-nested-list-iterator.md) |
281282
| 0342 | [Power of Four](https://leetcode.com/problems/power-of-four/) | [Python](./Python/0342-power-of-four.py) | [Easy](./Readme/0342-power-of-four.md) |
File renamed without changes.

0 commit comments

Comments
 (0)