data_structures
|
#include "union_find.h"
Go to the source code of this file.
Functions | |
size_t | union_find_count (const t_union_find *uf) |
Returns the number of disconnected sets. More... | |
size_t union_find_count | ( | const t_union_find * | uf | ) |
Returns the number of disconnected sets.
Definition at line 16 of file union_find_count.c.