data_structures
Functions
union_find_new.c File Reference
#include "union_find.h"
+ Include dependency graph for union_find_new.c:

Go to the source code of this file.

Functions

t_union_findunion_find_new (size_t size)
 Initializes a new union-find data structure of the specified size. More...
 

Function Documentation

◆ union_find_new()

t_union_find* union_find_new ( size_t  size)

Initializes a new union-find data structure of the specified size.

Returns
The new union-find data structure

Definition at line 16 of file union_find_new.c.