C# implementation of Kruskal's MST algorithm using Disjoint Set (Union-Find) with path compression and union by rank, visualized step-by-step in a custom WinForms application built with GDI+.
This project is an interactive web-based application developed to visualize fundamental graph algorithms in a clear and step-by-step manner. The main purpose of this project is to help users better ...