Documentation/core-api/union_find.rst
0 → 100644
+102
−0
+87
−0
+9
−0
include/linux/union_find.h
0 → 100644
+41
−0
+1
−1
Loading
This patch implements a union-find data structure in the kernel library, which includes operations for allocating nodes, freeing nodes, finding the root of a node, and merging two nodes. Signed-off-by:Xavier <xavier_qy@163.com> Signed-off-by:
Tejun Heo <tj@kernel.org>