Skip to content

Commit bb1af83

Browse files
committed
updated Readme.md
1 parent f22bc55 commit bb1af83

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Note: Some solutions have multiple approaches implemented
121121
| 113 | [Path Sum II](https://leetcode.com/problems/path-sum-ii/) | [Solution](./leetcode/path_sum_ii.rs) | Medium |
122122
| 114 | [Flatten Binary Tree to Linked List](https://leetcode.com/problems/flatten-binary-tree-to-linked-list/) | [Solution](./leetcode/flatten_binary_tree.rs) | Medium |
123123
| 115 | [Distinct Subsequences](https://leetcode.com/problems/distinct-subsequences/) | [Solution](./leetcode/distinct_subsequences.rs) | Hard |
124-
| x116 | [Populating Next Right Pointers in Each Node](https://leetcode.com/problems/populating-next-right-pointers-in-each-node/) | [Solution](./leetcode/populating_next_right_pointers.rs) | Medium |
125-
| x117 | [Populating Next Right Pointers in Each Node II](https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/) | [Solution](./leetcode/populating_next_right_pointers_ii.rs) | Medium |
124+
| *116 | [Populating Next Right Pointers in Each Node](https://leetcode.com/problems/populating-next-right-pointers-in-each-node/) | [Solution](./leetcode/populating_next_right_pointers.rs) | Medium |
125+
| *117 | [Populating Next Right Pointers in Each Node II](https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/) | [Solution](./leetcode/populating_next_right_pointers_ii.rs) | Medium |
126126
| 118 | [Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/) | [Solution](./leetcode/pascals_triangle.rs) | Easy |
127127
| 119 | [Pascal's Triangle II](https://leetcode.com/problems/pascals-triangle-ii/) | [Solution](./leetcode/pascals_triangle_ii.rs) | Easy |
128128
| >120 | [Triangle](https://leetcode.com/problems/triangle/) | [Solution](./leetcode/triangle.rs) | Medium |
@@ -145,4 +145,8 @@ Note: Some solutions have multiple approaches implemented
145145
| 137 | [Single Number II](https://leetcode.com/problems/single-number-ii/) | [Solution](./leetcode/single_number_ii.rs) | Medium |
146146
| 138 | [Copy List with Random Pointer](https://leetcode.com/problems/copy-list-with-random-pointer/) | [Solution](./leetcode/copy_list_with_random_pointer.rs) | Medium |
147147
| 139 | [Word Break](https://leetcode.com/problems/word-break/) | [Solution](./leetcode/word_break.rs) | Medium |
148-
| 140 | [Word Break II](https://leetcode.com/problems/word-break-ii/) | [Solution](./leetcode/word_break_ii.rs) | Hard |
148+
| 140 | [Word Break II](https://leetcode.com/problems/word-break-ii/) | [Solution](./leetcode/word_break_ii.rs) | Hard |
149+
150+
151+
152+
`*` - rust solution isn't available

0 commit comments

Comments
 (0)