data_structures
|
#include "union_find.h"
Go to the source code of this file.
Functions | |
size_t | union_find_find (const t_union_find *uf, size_t p) |
Returns the canonical element of the set containing the specified element. More... | |
size_t union_find_find | ( | const t_union_find * | uf, |
size_t | p | ||
) |
Returns the canonical element of the set containing the specified element.
p | An element |
Definition at line 16 of file union_find_find.c.