Skip to content

Commit 5f85552

Browse files
committed
Update README for problem 1899
1 parent 5b62b6b commit 5f85552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,5 @@ LeetCode solutions in Python
140140
| 1143 | Longest Common Subsequence | [Solution](problems/dynamic_programming/longest_common_subsequence.py) | Medium | Dynamic Programming |
141141
| 1448 | Count Good Nodes In Binary Tree | [Solution](problems/tree/count_good_nodes_in_binary_tree.py) | Medium | Binary Tree, DFS |
142142
| 1851 | Minimum Interval To Include Each Query | [Solution](problems/intervals/minimum_interval_to_include_each_query.py) | Hard | Intervals, Heap |
143+
| 1899 | Merge Triplets To Form Target Triplet | [Solution](problems/greedy/merge_triplets_to_form_target_triplet.py) | Medium | Greedy |
143144
| 2013 | Detect Squares | [Solution](problems/math/detect_squares.py) | Medium | Math, Geometry |

0 commit comments

Comments
 (0)