Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

rakeshgk/Union-Find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Union-Find

A C++ Library that implements the Union-Find or the Disjoint-Set Data Structure commonly used to solve Minimum Spanning Tree Problems

For more details about what a Disjoint-Set Data Structure or Union-Find Data Structure is please refer the Wikipedia Link - https://en.wikipedia.org/wiki/Disjoint-set_data_structure

About

A C++ Library that implements the Union-Find or the Disjoint-Set Data Structure commonly used to solve Minimum Spanning Tree Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published