Skip to content

Python implemetation of Union of disjoint set data structures

License

Notifications You must be signed in to change notification settings

Fazel94/union_disjoint_sets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disjoint set data strutcture and their union

Python implemetation of Union of disjoint set data structures.
I was dissatisfied with other python implementations of Disjoint sets data-structures, so I implemented this class based on Competitive Programming book by Steven Halim and Felix Halim.

Testing

For testing I used a rather pecuilar approach, I used the test.py for solving a codeforces.com problem which tests it extensively.

About

Python implemetation of Union of disjoint set data structures

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages