Skip to content

Commit d98d0d7

Browse files
authored
Update 1584-min-cost-to-connect-all-points.md
1 parent 3e81bfd commit d98d0d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dsa-solutions/lc-solutions/1500-1599/1584-min-cost-to-connect-all-points.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
id: min-cost-to-connect-all-points
3-
title: Min Cost to Connect All Points
4-
sidebar_label: 1584.Min Cost to Connect All Points
5-
3+
title: Min Cost to Connect All Points
4+
sidebar_label: 1584 - Min Cost to Connect All Points
65
tags:
76
- Array
87
- Union Find
98
- Graph
109
- Minimum Spanning Tree
11-
1210
description: "This is a solution to the Min Cost to Connect All Points problem on LeetCode."
1311
---
1412

0 commit comments

Comments
 (0)