Weighted Union Find: a fascinating and elegant algorithm
The Union find algorithm solves a huge problem in computing. In a system with many elements, where elements are connected via a path through other elements, how do we efficiently determine if two elements are connected?
Read full article from Weighted Union Find: a fascinating and elegant algorithm
No comments:
Post a Comment