MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / disjoint_set.py

File disjoint_set.py

data_structures/disjoint_set/disjoint_set.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Disjoint set.
3Reference: https://en.wikipedia.org/wiki/Disjoint-set_data_structure
4"""

Callers

nothing calls this directly

Calls 1

test_disjoint_setFunction · 0.85

Tested by

no test coverage detected