Skip to content
Snippets Groups Projects
Commit 93c8332c authored by Xavier's avatar Xavier Committed by Tejun Heo
Browse files

Union-Find: add a new module in kernel library


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: default avatarXavier <xavier_qy@163.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 4a711dd9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment