Skip to content

Commit e48c5cd

Browse files
committed
update readme
1 parent dff62f1 commit e48c5cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Language: **C++/Java/Python/(Sql)**
1818

1919
### Problems
2020

21-
I have solved 117 / 185 problems.=w=
21+
I have solved 119 / 185 problems.=w=
2222

2323
| \# | Title | Solutions | Note |
2424
|----|-------|-----------|------|
@@ -110,7 +110,7 @@ I have solved 117 / 185 problems.=w=
110110
| 086 | [Partition List](https://oj.leetcode.com/problems/Partition-List/) | - | - |
111111
| 087 | [Scramble String](https://oj.leetcode.com/problems/Scramble-String/) | - | - |
112112
| 088 | [Merge Sorted Array](https://oj.leetcode.com/problems/Merge-Sorted-Array/) | [Cpp](./solutions/088.Merge_Sorted_Array) | - |
113-
| 089 | [Gray Code](https://oj.leetcode.com/problems/Gray-Code/) | - | - |
113+
| 089 | [Gray Code](https://oj.leetcode.com/problems/Gray-Code/) | [Cpp Java Py](./solutions/089.Gray_Code) | - |
114114
| 090 | [Subsets II](https://oj.leetcode.com/problems/Subsets-II/) | [Cpp Java Py](./solutions/090.Subsets_II) | - |
115115
| 091 | [Decode Ways](https://oj.leetcode.com/problems/Decode-Ways/) | - | - |
116116
| 092 | [Reverse Linked List II](https://oj.leetcode.com/problems/Reverse-Linked-List-II/) | [Cpp](./solutions/092.Reverse_Linked_List_II) | - |
@@ -134,7 +134,7 @@ I have solved 117 / 185 problems.=w=
134134
| 110 | [Balanced Binary Tree](https://oj.leetcode.com/problems/Balanced-Binary-Tree/) | [Cpp](./solutions/110.Balanced_Binary_Tree) | - |
135135
| 111 | [Minimum Depth of Binary Tree](https://oj.leetcode.com/problems/Minimum-Depth-of-Binary-Tree/) | [Cpp](./solutions/111.Minimum_Depth_of_Binary_Tree) | - |
136136
| 112 | [Path Sum](https://oj.leetcode.com/problems/Path-Sum/) | [Cpp](./solutions/112.Path_Sum) | - |
137-
| 113 | [Path Sum II](https://oj.leetcode.com/problems/Path-Sum-II/) | - | - |
137+
| 113 | [Path Sum II](https://oj.leetcode.com/problems/Path-Sum-II/) | [Cpp Java Py](./solutions/113.Path_Sum_II) | - |
138138
| 114 | [Flatten Binary Tree to Linked List](https://oj.leetcode.com/problems/Flatten-Binary-Tree-to-Linked-List/) | - | - |
139139
| 115 | [Distinct Subsequences](https://oj.leetcode.com/problems/Distinct-Subsequences/) | - | - |
140140
| 116 | [Populating Next Right Pointers in Each Node](https://oj.leetcode.com/problems/Populating-Next-Right-Pointers-in-Each-Node/) | - | - |

0 commit comments

Comments
 (0)