Union Find is the name of an algorithm used to solve the connectivity problem. This Union Find algorithms are applied as Percolations. These Percolation type situations are widely seen in many areas such as a solid may be conducting or not(percolating or not) also in Image processing and many other situations., I will write another post on how to apply this Union Find algorithm in Percolations.
In this post I discuss about how to improve the efficiency of an Union Find Algorithm..,Here is my github repo Have a look at it for source code
This is blog used by me as a platform to spread the knowledge I have in Computer Science....., I hope it helps some people who have a great passion for Computer Science
Thursday, July 10, 2014
Union Find Algorithm and improving It's efficiency
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment