Min Cost to Connect All Points
Date: 2/27/2024
Tags:algorithmsleetcodeunion-findgraphminimum_spanning_tree
This journal entry discusses the application of Kruskal's algorithm to find the minimum cost to connect all points in a 2D plane using Union-Find data structure for tracking connected points and sorting edges based on Manhattan distances.