Skip to content

Commit 8329e01

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 56dd2f8 commit 8329e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/disjoint_set/union_find.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Reference: https://en.wikipedia.org/wiki/Disjoint-set_data_structure
44
"""
55

6+
67
class Node:
78
"""
89
Node class representing elements of a disjoint set.

0 commit comments

Comments
 (0)