data_structures
|
#include "union_find.h"
Go to the source code of this file.
Functions | |
t_union_find * | union_find_new (size_t size) |
Initializes a new union-find data structure of the specified size. More... | |
t_union_find* union_find_new | ( | size_t | size | ) |
Initializes a new union-find data structure of the specified size.
Definition at line 16 of file union_find_new.c.