Skip to content

Commit 6454d70

Browse files
committed
1584-min-cost-to-connect-all-points.md Added 7 languages' solution of Prim algorithm.
1 parent ef7433b commit 6454d70

4 files changed

Lines changed: 478 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ You can skip the more difficult problems and do them later.
7373
- [1971. Find if Path Exists in Graph](solutions/1001-2000/1971-find-if-path-exists-in-graph.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_ and 2 solutions.
7474
- [684. Redundant Connection](solutions/1-1000/684-redundant-connection.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
7575
- [685. Redundant Connection II](solutions/1-1000/685-redundant-connection-ii.md) was solved in _Python_.
76+
- [1584. Min Cost to Connect All Points](solutions/1001-2000/1584-min-cost-to-connect-all-points.md) was solved in _Python, Java, C++, JavaScript, C#, Go, Ruby_.
7677

7778
More LeetCode problems will be added soon...

images/examples/1584_1_1.png

6.85 KB
Loading

images/examples/1584_1_2.png

10.1 KB
Loading

0 commit comments

Comments
 (0)