A custom C# implementation of the union-find data structure, also known as disjoint set.
Code style of the project accomodates the standard of Microsoft C# Coding Conventions.
Video explaining the algorithm - video by which this project was inspired.
Wikipedia article - more information about the data structure.