Skip to content

Commit d594040

Browse files
committed
Update README for problem 1584
1 parent 6d3346d commit d594040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ LeetCode solutions in Python
148148
| 1046 | Last Stone Weight | [Solution](problems/heap/last_stone_weight.py) | Easy | Heap |
149149
| 1143 | Longest Common Subsequence | [Solution](problems/dynamic_programming/longest_common_subsequence.py) | Medium | Dynamic Programming |
150150
| 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 |
151152
| 1851 | Minimum Interval To Include Each Query | [Solution](problems/intervals/minimum_interval_to_include_each_query.py) | Hard | Intervals, Heap |
152153
| 1899 | Merge Triplets To Form Target Triplet | [Solution](problems/greedy/merge_triplets_to_form_target_triplet.py) | Medium | Greedy |
153154
| 2013 | Detect Squares | [Solution](problems/math/detect_squares.py) | Medium | Math, Geometry |

0 commit comments

Comments
 (0)