File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ LeetCode solutions in Python
148
148
| 1046 | Last Stone Weight | [ Solution] ( problems/heap/last_stone_weight.py ) | Easy | Heap |
149
149
| 1143 | Longest Common Subsequence | [ Solution] ( problems/dynamic_programming/longest_common_subsequence.py ) | Medium | Dynamic Programming |
150
150
| 1448 | Count Good Nodes In Binary Tree | [ Solution] ( problems/tree/count_good_nodes_in_binary_tree.py ) | Medium | Binary Tree, DFS |
151
+ | 1584 | Min Cost To Connect All Points | [ Solution] ( problems/graph/min_cost_to_connect_all_points.py ) | Medium | Graph, Prim's |
151
152
| 1851 | Minimum Interval To Include Each Query | [ Solution] ( problems/intervals/minimum_interval_to_include_each_query.py ) | Hard | Intervals, Heap |
152
153
| 1899 | Merge Triplets To Form Target Triplet | [ Solution] ( problems/greedy/merge_triplets_to_form_target_triplet.py ) | Medium | Greedy |
153
154
| 2013 | Detect Squares | [ Solution] ( problems/math/detect_squares.py ) | Medium | Math, Geometry |
You can’t perform that action at this time.
0 commit comments