We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56dd2f8 commit 8329e01Copy full SHA for 8329e01
data_structures/disjoint_set/union_find.py
@@ -3,6 +3,7 @@
3
Reference: https://en.wikipedia.org/wiki/Disjoint-set_data_structure
4
"""
5
6
+
7
class Node:
8
9
Node class representing elements of a disjoint set.
0 commit comments