<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/include/linux/union_find.h, branch v6.19.11</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v6.19.11</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v6.19.11'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2024-07-30T23:04:36+00:00</updated>
<entry>
<title>Union-Find: add a new module in kernel library</title>
<updated>2024-07-30T23:04:36+00:00</updated>
<author>
<name>Xavier</name>
<email>xavier_qy@163.com</email>
</author>
<published>2024-07-04T06:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=93c8332c8373fee415bd79f08d5ba4ba7ca5ad15'/>
<id>urn:sha1:93c8332c8373fee415bd79f08d5ba4ba7ca5ad15</id>
<content type='text'>
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 &lt;xavier_qy@163.com&gt;
Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;
</content>
</entry>
</feed>
