Vishal1003 / Algorithms

🎓 Important Algorithms and their implementations
MIT License
33 stars 99 forks source link

Documentation and Implementation of Disjoint-Set Data Structure (Union-Find Algorithm) #50

Closed Vishal1003 closed 4 years ago

Vishal1003 commented 4 years ago

Implement Union-Find Algorithm in Java/Cpp and explain the algorithm (proper documentation).

Note :

The code should be well commented so that anyone can understand that. Proper documentation should be provided (either edit the readme or create a new md file and add a link in the readme file under relevant header.