data_structures
|
#include "union_find.h"
Go to the source code of this file.
Functions | |
size_t | union_find_size (const t_union_find *uf) |
Returns the number of elements in this union-find. More... | |
size_t union_find_size | ( | const t_union_find * | uf | ) |
Returns the number of elements in this union-find.
Definition at line 16 of file union_find_size.c.