File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -140,4 +140,5 @@ LeetCode solutions in Python
140
140
| 1143 | Longest Common Subsequence | [ Solution] ( problems/dynamic_programming/longest_common_subsequence.py ) | Medium | Dynamic Programming |
141
141
| 1448 | Count Good Nodes In Binary Tree | [ Solution] ( problems/tree/count_good_nodes_in_binary_tree.py ) | Medium | Binary Tree, DFS |
142
142
| 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 |
143
144
| 2013 | Detect Squares | [ Solution] ( problems/math/detect_squares.py ) | Medium | Math, Geometry |
You can’t perform that action at this time.
0 commit comments