-
- Downloads
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:Xavier <xavier_qy@163.com> Signed-off-by:
Tejun Heo <tj@kernel.org>
Showing
- Documentation/core-api/union_find.rst 102 additions, 0 deletionsDocumentation/core-api/union_find.rst
- Documentation/translations/zh_CN/core-api/union_find.rst 87 additions, 0 deletionsDocumentation/translations/zh_CN/core-api/union_find.rst
- MAINTAINERS 9 additions, 0 deletionsMAINTAINERS
- include/linux/union_find.h 41 additions, 0 deletionsinclude/linux/union_find.h
- lib/Makefile 1 addition, 1 deletionlib/Makefile
- lib/union_find.c 49 additions, 0 deletionslib/union_find.c
Loading
Please register or sign in to comment