Skip to content

Commit 48eab3d

Browse files
committed
update readme
1 parent 716822c commit 48eab3d

File tree

5 files changed

+2
-18
lines changed

5 files changed

+2
-18
lines changed

Question_List_0001_1000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
| 0442 | [Find All Duplicates in an Array](https://leetcode.com/problems/find-all-duplicates-in-an-array/) | [Python](./Python/0442-find-all-duplicates-in-an-array.py) | [Medium](./Readme/0442-find-all-duplicates-in-an-array.md) |
341341
| 0443 | [String Compression](https://leetcode.com/problems/string-compression/) | [Python](./Python/0443-string-compression.py) | [Medium](./Readme/0443-string-compression.md) |
342342
| 0444 | [Sequence Reconstruction](https://leetcode.com/problems/sequence-reconstruction/) | [Python](./Python/0444-sequence-reconstruction.py) | [Medium](./Readme/0444-sequence-reconstruction.md) |
343+
| 0445 | [Add Two Numbers II](https://leetcode.com/problems/add-two-numbers-ii/) | [Python](./Python/0445-add-two-numbers-ii.py) | [Medium](./Readme/0445-add-two-numbers-ii.md) |
343344
| 0446 | [Arithmetic Slices II - Subsequence](https://leetcode.com/problems/arithmetic-slices-ii-subsequence/) | [Python](./Python/0446-arithmetic-slices-ii-subsequence.py) | [Hard](./Readme/0446-arithmetic-slices-ii-subsequence.md) |
344345
| 0449 | [Serialize and Deserialize BST](https://leetcode.com/problems/serialize-and-deserialize-bst/) | [Python](./Python/0449-serialize-and-deserialize-bst.py) | [Medium](./Readme/0449-serialize-and-deserialize-bst.md) |
345346
| 0450 | [Delete Node in a BST](https://leetcode.com/problems/delete-node-in-a-bst/) | [Python](./Python/0450-delete-node-in-a-bst.py) | [Medium](./Readme/0450-delete-node-in-a-bst.md) |

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,3 @@ By following these steps, users can easily navigate and utilize your LeetCode so
8080
## Contributing
8181

8282
We welcome contributions! If you have a solution to a problem that isn't already included, or if you have suggestions for improvements, please feel free to submit a pull request.
83-
84-
<!---LeetCode Topics Start-->
85-
# LeetCode Topics
86-
## Linked List
87-
| |
88-
| ------- |
89-
| [0445-add-two-numbers-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/0445-add-two-numbers-ii) |
90-
## Math
91-
| |
92-
| ------- |
93-
| [0445-add-two-numbers-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/0445-add-two-numbers-ii) |
94-
## Stack
95-
| |
96-
| ------- |
97-
| [0445-add-two-numbers-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/0445-add-two-numbers-ii) |
98-
<!---LeetCode Topics End-->
File renamed without changes.

test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
1150-check-if-a-number-is-majority-element-in-a-sorted-array python easy
2-
1935-maximum-number-of-words-you-can-type python easy
1+
0445-add-two-numbers-ii python medium

0 commit comments

Comments
 (0)